Merge branch '20475-dump-busy-queue'
[arvados.git] / lib / config / export.go
index fc688d68ddf6f60a515780f3fe849bd613a4d6c4..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,
@@ -142,7 +143,6 @@ var whitelist = map[string]bool{
        "Containers.ShellAccess.User":              true,
        "Containers.SLURM":                         false,
        "Containers.StaleLockTimeout":              false,
-       "Containers.SupervisorFraction":            false,
        "Containers.SupportedDockerImageFormats":   true,
        "Containers.SupportedDockerImageFormats.*": true,
        "Git":                                  false,