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
|
@ -28,7 +28,9 @@ const (
|
|||
// PriorityDefault is a default endpoint priority for the morph client.
|
||||
PriorityDefault = 1
|
||||
|
||||
CacheTTLDefault = 30 * time.Second
|
||||
// CacheTTLDefault is a default value for cached values TTL.
|
||||
// It is 0, because actual default depends on block time.
|
||||
CacheTTLDefault = time.Duration(0)
|
||||
)
|
||||
|
||||
// RPCEndpoint returns list of the values of "rpc_endpoint" config parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue