diff --git a/services/storage/.storage.env b/services/storage/.storage.env index 64bc87c..f6dbdd4 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -44,3 +44,9 @@ NEOFS_STORAGE_SHARD_1_BLOBSTOR_BLOBOVNICZA_SIZE=4194304 NEOFS_STORAGE_SHARD_1_BLOBSTOR_BLOBOVNICZA_SHALLOW_DEPTH=2 NEOFS_STORAGE_SHARD_1_BLOBSTOR_BLOBOVNICZA_SHALLOW_WIDTH=4 NEOFS_STORAGE_SHARD_1_BLOBSTOR_BLOBOVNICZA_OPENED_CACHE_SIZE=50 + +# GC configuration +## Limit of the single data remover's batching operation in number of objects +NEOFS_GC_REMOVER_BATCH_SIZE=100 +## Sleep interval between data remover tacts +NEOFS_GC_REMOVER_SLEEP_INTERVAL=1m