[#969] config/example: Add note about shard config in relay node
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
fb89d29574
commit
68a454fc56
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ object:
|
|||
pool_size_remote: 100 # number of async workers for remote PUT operations
|
||||
|
||||
storage:
|
||||
# note: shard configuration can be omitted for relay node (see `node.relay`)
|
||||
shard_pool_size: 15 # size of per-shard worker pools used for PUT operations
|
||||
shard_num: 2 # total number of shards
|
||||
default: # section with the default shard parameters
|
||||
|
|
Loading…
Reference in a new issue