X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/22422ab1e539977ca730aedd46b4cd919e73d05e..0b90a6ee86fdfa5b2b8cb51d66d70cef00dc6800:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index a050492b3e..6ff72afcc1 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -64,6 +64,9 @@ var whitelist = map[string]bool{ "API.MaxRequestSize": true, "API.RailsSessionSecretToken": false, "API.RequestTimeout": true, + "API.WebsocketClientEventQueue": false, + "API.SendTimeout": true, + "API.WebsocketServerEventQueue": false, "AuditLogs": false, "AuditLogs.MaxAge": false, "AuditLogs.MaxDeleteBatch": false, @@ -101,10 +104,11 @@ var whitelist = map[string]bool{ "Containers.MaxDispatchAttempts": false, "Containers.MaxRetryAttempts": true, "Containers.MinRetryPeriod": true, - "Containers.ReserveExtraRam": true, + "Containers.ReserveExtraRAM": true, "Containers.SLURM": false, "Containers.StaleLockTimeout": false, "Containers.SupportedDockerImageFormats": true, + "Containers.SupportedDockerImageFormats.*": true, "Containers.UsePreemptibleInstances": true, "EnableBetaController14287": false, "Git": false,