X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4447b5a61f79edf2411ba94f4ad5d90e1ca7e220..32c63d03d45d231768eb1497dfc5e9f4a0d23c16:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index fc688d68dd..44fd559418 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -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,