[#1593] node/config_example: Add description of morph/cache_ttl=0 behavior
All checks were successful
DCO action / DCO (pull_request) Successful in 1m1s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m48s
Build / Build Components (pull_request) Successful in 1m57s
Tests and linters / gopls check (pull_request) Successful in 2m20s
Tests and linters / Lint (pull_request) Successful in 2m54s
Tests and linters / Tests (pull_request) Successful in 3m1s
Tests and linters / Run gofumpt (pull_request) Successful in 3m9s
Tests and linters / Staticcheck (pull_request) Successful in 3m14s
Tests and linters / Tests with -race (pull_request) Successful in 3m43s
Vulncheck / Vulncheck (pull_request) Successful in 55s
Vulncheck / Vulncheck (push) Successful in 1m5s
Pre-commit hooks / Pre-commit (push) Successful in 1m26s
Build / Build Components (push) Successful in 1m34s
Tests and linters / Staticcheck (push) Successful in 2m4s
Tests and linters / gopls check (push) Successful in 2m23s
Tests and linters / Run gofumpt (push) Successful in 2m38s
Tests and linters / Lint (push) Successful in 2m55s
Tests and linters / Tests (push) Successful in 3m24s
Tests and linters / Tests with -race (push) Successful in 3m28s
All checks were successful
DCO action / DCO (pull_request) Successful in 1m1s
Pre-commit hooks / Pre-commit (pull_request) Successful in 1m48s
Build / Build Components (pull_request) Successful in 1m57s
Tests and linters / gopls check (pull_request) Successful in 2m20s
Tests and linters / Lint (pull_request) Successful in 2m54s
Tests and linters / Tests (pull_request) Successful in 3m1s
Tests and linters / Run gofumpt (pull_request) Successful in 3m9s
Tests and linters / Staticcheck (pull_request) Successful in 3m14s
Tests and linters / Tests with -race (pull_request) Successful in 3m43s
Vulncheck / Vulncheck (pull_request) Successful in 55s
Vulncheck / Vulncheck (push) Successful in 1m5s
Pre-commit hooks / Pre-commit (push) Successful in 1m26s
Build / Build Components (push) Successful in 1m34s
Tests and linters / Staticcheck (push) Successful in 2m4s
Tests and linters / gopls check (push) Successful in 2m23s
Tests and linters / Run gofumpt (push) Successful in 2m38s
Tests and linters / Lint (push) Successful in 2m55s
Tests and linters / Tests (push) Successful in 3m24s
Tests and linters / Tests with -race (push) Successful in 3m28s
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
09faca034c
commit
a2485637bb
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ 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.
|
||||
cache_ttl: 15s # Sidechain cache TTL value (min interval between similar calls).
|
||||
# Negative value disables caching. A zero value sets the default value.
|
||||
# Default value: block time. It is recommended to have this value less or equal to block time.
|
||||
# Cached entities: containers, container lists, eACL tables.
|
||||
container_cache_size: 100 # container_cache_size is is the maximum number of containers in the cache.
|
||||
|
|
Loading…
Add table
Reference in a new issue