forked from TrueCloudLab/frostfs-node
[#1624] config: Fix tree section example
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
589a54805d
commit
25a0f539ea
1 changed files with 1 additions and 3 deletions
|
@ -60,6 +60,7 @@ grpc:
|
||||||
use_insecure_crypto: true # allow using insecure ciphers with TLS 1.2
|
use_insecure_crypto: true # allow using insecure ciphers with TLS 1.2
|
||||||
|
|
||||||
tree:
|
tree:
|
||||||
|
enabled: false
|
||||||
cache_size: 10
|
cache_size: 10
|
||||||
replication_worker_count: 64
|
replication_worker_count: 64
|
||||||
replication_channel_capacity: 64
|
replication_channel_capacity: 64
|
||||||
|
@ -100,9 +101,6 @@ object:
|
||||||
put:
|
put:
|
||||||
pool_size_remote: 100 # number of async workers for remote PUT operations
|
pool_size_remote: 100 # number of async workers for remote PUT operations
|
||||||
|
|
||||||
tree:
|
|
||||||
enable: false
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
# note: shard configuration can be omitted for relay node (see `node.relay`)
|
# 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_pool_size: 15 # size of per-shard worker pools used for PUT operations
|
||||||
|
|
Loading…
Reference in a new issue