17574: Add BalanceUpdateLimit config, fix tests.
[arvados.git] / lib / config / generated_config.go
index b15bf7eebc29facda6f1a0e2670c5482f83055cf..fb9f888ebb87361b071136ab7226665f0a1e51c5 100644 (file)
@@ -462,6 +462,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