forked from TrueCloudLab/frostfs-node
[#1632] neofs-adm: Update autogenerated storage node config
Replace `diable_cache` with `cache_ttl` value. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
944665dd5d
commit
c4c2840b52
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ control:
|
||||||
|
|
||||||
morph:
|
morph:
|
||||||
dial_timeout: 20s # timeout for side chain NEO RPC client connection
|
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
|
rpc_endpoint: # side chain N3 RPC endpoints
|
||||||
{{- range .MorphRPC }}
|
{{- range .MorphRPC }}
|
||||||
- address: wss://{{.}}/ws{{end}}
|
- address: wss://{{.}}/ws{{end}}
|
||||||
|
|
Loading…
Reference in a new issue