From 446bbb6a564ec6ccedfe6f4ed3bb2509511257b0 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Fri, 16 Sep 2022 12:48:23 +0300 Subject: [PATCH] [#219] Update storage config Configure side chain cache differently. Signed-off-by: Alex Vanin --- services/storage/.storage.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/storage/.storage.env b/services/storage/.storage.env index fbb98e4..ad3a44f 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -26,8 +26,8 @@ NEOFS_MORPH_RPC_ENDPOINT_0_ADDRESS=ws://morph-chain:30333/ws ## Dial timeout to connect to notification endpoint ## Default: 5s #NEOFS_MORPH_DIAL_TIMEOUT=1m -# Disable side chain caches -#NEOFS_MORPH_DISABLE_CACHE=true +# Configure side chain caches (negative value to disable) +#NEOFS_MORPH_CACHE_TTL=15s # Cache of API clients section ## Dial timeout to connect to remote API server