forked from TrueCloudLab/frostfs-node
[#1846] neofs-node: Make morph.cache_ttl equal to block time by default
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
e54b52ec03
commit
ca8dc872b2
5 changed files with 19 additions and 7 deletions
|
@ -82,6 +82,7 @@ contracts: # side chain NEOFS contract script hashes; optional, override values
|
|||
morph:
|
||||
dial_timeout: 30s # timeout for side chain NEO RPC client connection
|
||||
cache_ttl: 15s # Sidechain cache TTL value (min interval between similar calls). Negative value disables caching.
|
||||
# Default value: block time. It is recommended to have this value less or equal to block time.
|
||||
# Cached entities: containers, container lists, eACL tables.
|
||||
rpc_endpoint: # side chain NEO RPC endpoints; are shuffled and used one by one until the first success
|
||||
- address: wss://rpc1.morph.fs.neo.org:40341/ws
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue