From 68a454fc5630663dfeedb0e63663541f73092da7 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 12 Nov 2021 13:44:59 +0300 Subject: [PATCH] [#969] config/example: Add note about shard config in relay node Signed-off-by: Leonard Lyubich --- config/example/node.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/example/node.yaml b/config/example/node.yaml index aad627ce..bab27b6b 100644 --- a/config/example/node.yaml +++ b/config/example/node.yaml @@ -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