[#493] cmd/node: Fix linter errors in config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
e9e986ac71
commit
a2547da5ae
9 changed files with 19 additions and 12 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue