17574: Merge branch 'main'
[arvados.git] / lib / config / config.default.yml
index 3ce160776ec7bbd4a39530567930ded21c4babbe..66f508b5adf2c3c10f2bca8ce2d72f0e44a0f327 100644 (file)
@@ -459,6 +459,13 @@ Clusters:
       # long-running balancing operation.
       BalanceTimeout: 6h
 
+      # Maximum number of replication_confirmed /
+      # storage_classes_confirmed updates to write to the database
+      # after a rebalancing run. When many updates are needed, this
+      # spreads them over a few runs rather than applying them all at
+      # once.
+      BalanceUpdateLimit: 100000
+
       # Default lifetime for ephemeral collections: 2 weeks. This must not
       # be less than BlobSigningTTL.
       DefaultTrashLifetime: 336h