20200: Add limiter for log create requests
[arvados.git] / lib / config / export.go
index a8a535eeb58540799be38e7a8fc852ad0c0552fe..44fd559418ea177f365921c00b89c76a1a4088b8 100644 (file)
@@ -68,6 +68,7 @@ var whitelist = map[string]bool{
        "API.LockBeforeUpdate":                     false,
        "API.KeepServiceRequestTimeout":            false,
        "API.MaxConcurrentRequests":                false,
+       "API.LogCreateRequestFraction":             false,
        "API.MaxIndexDatabaseRead":                 false,
        "API.MaxItemsPerResponse":                  true,
        "API.MaxKeepBlobBuffers":                   false,