Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
Signed-off-by: benhhack <[email protected]>
  • Loading branch information
benhhack committed Oct 10, 2023
1 parent dc28e66 commit ee36616
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions docs/source/references/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ The following is the default configuration used by Iroha.
"MAX_TRANSACTIONS_IN_BLOCK": 512,
"ACTOR_CHANNEL_CAPACITY": 100,
"GOSSIP_BATCH_SIZE": 500,
"GOSSIP_PERIOD_MS": 1000,
"DEBUG_FORCE_SOFT_FORK": false
"GOSSIP_PERIOD_MS": 1000
},
"TORII": {
"P2P_ADDR": null,
Expand Down Expand Up @@ -501,7 +500,6 @@ Has type `Option<sumeragi::ConfigurationProxy>`[^1]. Can be configured via envir
"ACTOR_CHANNEL_CAPACITY": 100,
"BLOCK_TIME_MS": 2000,
"COMMIT_TIME_LIMIT_MS": 4000,
"DEBUG_FORCE_SOFT_FORK": false,
"GOSSIP_BATCH_SIZE": 500,
"GOSSIP_PERIOD_MS": 1000,
"KEY_PAIR": null,
Expand Down Expand Up @@ -541,16 +539,6 @@ Has type `Option<u64>`[^1]. Can be configured via environment variable `SUMERAGI
4000
```

### `sumeragi.debug_force_soft_fork`

Only used in testing. Causes the genesis peer to withhold blocks when it

Has type `Option<bool>`[^1]. Can be configured via environment variable `SUMERAGI_DEBUG_FORCE_SOFT_FORK`

```json
false
```

### `sumeragi.gossip_batch_size`

max number of transactions in tx gossip batch message. While configuring this, pay attention to `p2p` max message size.
Expand Down

0 comments on commit ee36616

Please sign in to comment.