From a789159e5b90140dae140f9b46aa28043c63fe59 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Tue, 13 Sep 2022 12:13:54 +0400 Subject: [PATCH] [#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 --- config/example/node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example/node.yaml b/config/example/node.yaml index e6bc7ec30..f531687d6 100644 --- a/config/example/node.yaml +++ b/config/example/node.yaml @@ -26,7 +26,7 @@ node: attribute_1: UN-LOCODE:RU MSK relay: true # start Storage node in relay mode without bootstrapping into the Network map 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: path: /state # path to persistent state file of Storage node subnet: