From 846311f12eab939b0d5c662be2dd84c79f9a25f5 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 28 Sep 2022 18:37:48 +0300 Subject: [PATCH] Disable caching on storage nodes Signed-off-by: Alex Vanin --- services/storage/.storage.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage/.storage.env b/services/storage/.storage.env index ad3a44f..c3605fb 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -27,7 +27,7 @@ NEOFS_MORPH_RPC_ENDPOINT_0_ADDRESS=ws://morph-chain:30333/ws ## Default: 5s #NEOFS_MORPH_DIAL_TIMEOUT=1m # Configure side chain caches (negative value to disable) -#NEOFS_MORPH_CACHE_TTL=15s +NEOFS_MORPH_CACHE_TTL=-1 # Cache of API clients section ## Dial timeout to connect to remote API server