Skip to content

Commit af9f2cc

Browse files
authored
update node data_path (#206)
1 parent b84432b commit af9f2cc

File tree

1 file changed

+2
-2
lines changed
  • zh_CN/admin/configuration-fields

1 file changed

+2
-2
lines changed

zh_CN/admin/configuration-fields/node.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ timeout = "120s"
2727
retry_count = 1
2828

2929
# The directory to store data of the node.
30-
# Default: "/var/run/datalayers".
31-
data_path = "/var/run/datalayers"
30+
# Default: "/var/lib/datalayers/run".
31+
data_path = "/var/lib/datalayers/run"
3232

3333
# The maximum number of active connections at a time between each RPC endpoints.
3434
# Default: 20.

0 commit comments

Comments
 (0)