X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3b1947092b856e2c3bdb733828b1c951ac158b06..84c753c29346450bae7efd8f8bcd11aa7ea71109:/lib/config/generated_config.go?ds=sidebyside diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 3806bbd8ad..cd5b6bba14 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -388,9 +388,9 @@ Clusters: # The default is 2 weeks. BlobSigningTTL: 336h - # When running keep-balance, this is the destination filename for the - # list of lost block hashes if there are any, one per line. Updated atomically during - # each successful run. + # When running keep-balance, this is the destination filename for + # the list of lost block hashes if there are any, one per line. + # Updated automically during each successful run. BlobMissingReport: "" # keep-balance operates periodically, i.e.: do a @@ -409,7 +409,7 @@ Clusters: # API transaction. If this is zero, page size is # determined by the API server's own page size limits (see # API.MaxItemsPerResponse and API.MaxIndexDatabaseRead). - BalanceCollectionBatch: 100000 + BalanceCollectionBatch: 0 # The size of keep-balance's internal queue of # collections. Higher values use more memory and improve throughput