From c4c2840b52d29a2361efb7ccf7a76cc95d9c015a Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 6 Sep 2022 18:05:59 +0300 Subject: [PATCH] [#1632] neofs-adm: Update autogenerated storage node config Replace `diable_cache` with `cache_ttl` value. Signed-off-by: Alex Vanin --- cmd/neofs-adm/internal/modules/storagecfg/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/neofs-adm/internal/modules/storagecfg/config.go b/cmd/neofs-adm/internal/modules/storagecfg/config.go index a2ddad33..1efe0751 100644 --- a/cmd/neofs-adm/internal/modules/storagecfg/config.go +++ b/cmd/neofs-adm/internal/modules/storagecfg/config.go @@ -37,7 +37,7 @@ control: morph: dial_timeout: 20s # timeout for side chain NEO RPC client connection - disable_cache: false # use TTL cache for side chain GET operations + cache_ttl: 15s # use TTL cache for side chain GET operations rpc_endpoint: # side chain N3 RPC endpoints {{- range .MorphRPC }} - address: wss://{{.}}/ws{{end}}