Skip to content

Commit

Permalink
Merge pull request #3 from iotaledger/chore/gendoc
Browse files Browse the repository at this point in the history
chore(gendoc): update docs
  • Loading branch information
piotrm50 authored Oct 30, 2023
2 parents 8020adc + 937dc49 commit 3f5f0b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions config_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"validator": {
"committeeBroadcastInterval": "500ms",
"candidacyRetryInterval": "10s",
"ignoreBootstrapped": false,
"accountAddress": ""
},
Expand Down
4 changes: 3 additions & 1 deletion configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ Example:

| Name | Description | Type | Default value |
| -------------------------- | ------------------------------------------------------------------------------------------------------------ | ------- | ------------- |
| committeeBroadcastInterval | The interval at which the node will broadcast its committee validator block | string | "500ms" |
| committeeBroadcastInterval | The interval at which committee validator block will be broadcast | string | "500ms" |
| candidacyRetryInterval | The interval at which broadcast of candidacy announcement block will be retried | string | "10s" |
| ignoreBootstrapped | Whether the Validator component should start issuing validator blocks before the main engine is bootstrapped | boolean | false |
| accountAddress | The account address of the validator account that will issue the blocks | string | "" |

Expand All @@ -141,6 +142,7 @@ Example:
{
"validator": {
"committeeBroadcastInterval": "500ms",
"candidacyRetryInterval": "10s",
"ignoreBootstrapped": false,
"accountAddress": ""
}
Expand Down

0 comments on commit 3f5f0b3

Please sign in to comment.