From fa1dc31320053a6a034cfe48d7870cbf03c90b5d Mon Sep 17 00:00:00 2001 From: Pavel Karpy Date: Fri, 8 Oct 2021 10:47:50 +0300 Subject: [PATCH] [#894] config/example: Fix comments Signed-off-by: Pavel Karpy --- config/example/node.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/example/node.yaml b/config/example/node.yaml index 5e8f478c..b61f4877 100644 --- a/config/example/node.yaml +++ b/config/example/node.yaml @@ -7,7 +7,7 @@ profiler: metrics: address: 127.0.0.1:9090 # endpoint for Node metrics - shutdown_timeout: 15s # timeout for profiling HTTP server graceful shutdown + shutdown_timeout: 15s # timeout for metrics HTTP server graceful shutdown node: key: ./wallet.key # path to a binary private key @@ -112,7 +112,7 @@ storage: perm: 0644 # permissions for blobstor files(directories: +x for current user and group) compress: true # turn on/off zstd(level 3) compression of stored objects shallow_depth: 5 # max depth of object tree storage in FS - small_size_limit: 102400 # size threshold for objects that are considered to be "small", bytes + small_size_limit: 102400 # size threshold for "small" objects which are cached in key-value DB, not in FS, bytes blobovnicza: size: 4194304 # approximate size limit of single blobovnicza instance, total size will be: size*width^(depth+1), bytes