forked from TrueCloudLab/frostfs-dev-env
Disable caching on storage nodes
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
cea4d0e26e
commit
846311f12e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue