We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84432b commit af9f2ccCopy full SHA for af9f2cc
zh_CN/admin/configuration-fields/node.md
@@ -27,8 +27,8 @@ timeout = "120s"
27
retry_count = 1
28
29
# The directory to store data of the node.
30
-# Default: "/var/run/datalayers".
31
-data_path = "/var/run/datalayers"
+# Default: "/var/lib/datalayers/run".
+data_path = "/var/lib/datalayers/run"
32
33
# The maximum number of active connections at a time between each RPC endpoints.
34
# Default: 20.
0 commit comments