20602: Allow lock requests to queue up to 2s (configurable).
[arvados.git] / lib / config / export.go
index 565be2fb7614f9bfcd8f4b12cb8d16206fca809e..f46f5b6f843542309df4f93b41208853dd285eee 100644 (file)
@@ -73,6 +73,7 @@ var whitelist = map[string]bool{
        "API.MaxItemsPerResponse":                  true,
        "API.MaxKeepBlobBuffers":                   false,
        "API.MaxQueuedRequests":                    false,
+       "API.MaxQueueTimeForLockRequests":          false,
        "API.MaxRequestAmplification":              false,
        "API.MaxRequestSize":                       true,
        "API.MaxTokenLifetime":                     false,