forked from TrueCloudLab/frostfs-node
[#1189] config/example: Mention persistent_sessions.path
default
In current implementation storage node app uses in-memory session storage if `persistent_sessions.path` value is empty/missing in the config. Clarify default behavior in `config/example/node.yaml`. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
d25b7e177b
commit
a789159e5b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ node:
|
||||||
attribute_1: UN-LOCODE:RU MSK
|
attribute_1: UN-LOCODE:RU MSK
|
||||||
relay: true # start Storage node in relay mode without bootstrapping into the Network map
|
relay: true # start Storage node in relay mode without bootstrapping into the Network map
|
||||||
persistent_sessions:
|
persistent_sessions:
|
||||||
path: /sessions # path to persistent session tokens file of Storage node
|
path: /sessions # path to persistent session tokens file of Storage node (default: in-memory sessions)
|
||||||
persistent_state:
|
persistent_state:
|
||||||
path: /state # path to persistent state file of Storage node
|
path: /state # path to persistent state file of Storage node
|
||||||
subnet:
|
subnet:
|
||||||
|
|
Loading…
Reference in a new issue