Skip to content

Commit aa61347

Browse files
committed
rm fast mode sync
1 parent cdcca03 commit aa61347

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/成为主网验证节点.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ nohup platon --identity platon --datadir ./data --port 16789 --http.port 6789 --
184184
| --nodekey | Specify the node private key file |
185185
| --cbft.blskey | Specify the node bls private key file |
186186
| --verbosity | The level of logging, 0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
187-
| --syncmode | fast: Fast synchronization mode, full: All synchronous mode |
187+
| --syncmode | snap: Snap synchronization mode, full: All synchronous mode |
188188
| --db.nogc | Enable archive mode, when this switch is turned on, the garbage collection mechanism will no longer work, so the CPU overhead will be reduced and the corresponding disk overhead will be increased |
189189
| --allow-insecure-unlock | Enable unlockAccount function |
190190

docs/成为开发网验证节点.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ cd ~/platon-node/ && nohup platon --identity platon-node --datadir ./data --port
189189
| --nodekey | Specify the node private key file |
190190
| --cbft.blskey | Specify the node bls private key file |
191191
| --verbosity | The level of logging, 0: CRIT; 1: ERROR; 2: WARN; 3: INFO; 4: DEBUG; 5: TRACE |
192-
| --syncmode | fast: Fast synchronization mode, full: All synchronous mode |
192+
| --syncmode | snap: Snap synchronization mode, full: All synchronous mode |
193193
| --db.nogc | Enable archive mode, when this switch is turned on, the garbage collection mechanism will no longer work, so the CPU overhead will be reduced and the corresponding disk overhead will be increased |
194194

195195
See more parameters with the command `platon --help`

0 commit comments

Comments
 (0)