16306: Set Workbench1 secret key.
[arvados.git] / lib / config / config.default.yml
index 15ffeaadb306be061e5fd3b64ebadc6c42b4e7b0..907acdc87847f9c052aee71c5e1d1fbe8c4f78aa 100644 (file)
@@ -440,6 +440,13 @@ Clusters:
       # or omitted, pages are processed serially.
       BalanceCollectionBuffers: 1000
 
+      # Maximum time for a rebalancing run. This ensures keep-balance
+      # eventually gives up and retries if, for example, a network
+      # error causes a hung connection that is never closed by the
+      # OS. It should be long enough that it doesn't interrupt a
+      # long-running balancing operation.
+      BalanceTimeout: 6h
+
       # Default lifetime for ephemeral collections: 2 weeks. This must not
       # be less than BlobSigningTTL.
       DefaultTrashLifetime: 336h
@@ -580,7 +587,7 @@ Clusters:
         # use the empty string "".
         EmailVerifiedClaim: "email_verified"
 
-        # OpenID claim field contianing the user's preferred
+        # OpenID claim field containing the user's preferred
         # username. If empty, use the mailbox part of the user's email
         # address.
         UsernameClaim: ""