Skip to content

Commit cdcca03

Browse files
committed
rm fast mode sync
1 parent 2a53b81 commit cdcca03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/成为主网验证节点.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --
185185
| --nodekey | 指定节点私钥文件 |
186186
| --cbft.blskey | 指定节点 bls 私钥文件 |
187187
| --verbosity | 日志级别,0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
188-
| --syncmode | fast:快速同步模式,full:全同步模式 |
188+
| --syncmode | snap:快照同步模式,full:全同步模式 |
189189
| –-db.nogc | 开启归档模式,开启该开关后,节点数据不再启用垃圾回收机制,所以CPU开销会有所降低,相应的磁盘开销会增大 |
190190
| --allow-insecure-unlock | 启用unlockAccount功能 |
191191

website/i18n/zh-CN/docusaurus-plugin-content-docs/current/成为开发网验证节点.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ cd ~/platon-node/ && nohup platon --identity platon-node --datadir ./data --port
199199
| --nodekey | 指定节点私钥文件 |
200200
| --cbft.blskey | 指定节点 bls 私钥文件 |
201201
| --verbosity | 日志级别,0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
202-
| --syncmode | fast:快速同步模式,full:全同步模式 |
202+
| --syncmode | snap:快照同步模式,full:全同步模式 |
203203
| –db.nogc | 开启归档模式,开启该开关后,节点数据不再启用垃圾回收机制,所以CPU开销会有所降低,相应的磁盘开销会增大 |
204204

205205
更多参数意义通过`platon --help`命令查看。

0 commit comments

Comments
 (0)