[#493] cmd/node: Fix linter errors in config

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-06-02 15:44:41 +03:00 committed by Alex Vanin
parent e9e986ac71
commit a2547da5ae
9 changed files with 19 additions and 12 deletions

View file

@ -15,7 +15,7 @@ const (
// RemoverBatchSizeDefault is a default batch size for Shard GC's remover.
RemoverBatchSizeDefault = 100
// RemoverSleepInterval is a default sleep interval of Shard GC's remover.
// RemoverSleepIntervalDefault is a default sleep interval of Shard GC's remover.
RemoverSleepIntervalDefault = time.Minute
)