Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add change.sh #29

Closed
wants to merge 1 commit into from
Closed

docs: add change.sh #29

wants to merge 1 commit into from

Conversation

zTgx
Copy link
Contributor

@zTgx zTgx commented Aug 24, 2021

  • add change.sh
  • update run-a-testnet-validator-node.md, add change tendermint/config.toml default values step.

relevant issue 479

@zTgx zTgx added the documentation Improvements or additions to documentation label Aug 24, 2021
@zTgx zTgx self-assigned this Aug 24, 2021
set_key_value timeout_precommit "4s"
set_key_value timeout_precommit_delta "3000ms"
set_key_value timeout_commit "4s"
set_key_value create_empty_blocks_interval "15s"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use these values:

set_key_value timeout_propose "4s"
set_key_value timeout_propose_delta "3000ms"
set_key_value timeout_prevote  "4s"
set_key_value timeout_prevote_delta "3000ms"
set_key_value timeout_precommit "4s"
set_key_value timeout_precommit_delta "3000ms"
set_key_value timeout_commit "15s"
set_key_value create_empty_blocks true
set_key_value** create_empty_blocks_interval "0s"

@@ -74,6 +74,12 @@ sudo rm -rf ${ROOT_DIR}
mkdir -p ${ROOT_DIR}/findorad
```

#### Change `${HOME}/.tendermint/config/config.toml` default values
- [**change.sh**](./change.sh)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the spelling need to be optimized

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does the spelling need to be optimized mean?

* add new data items

docs: add change.sh
Copy link
Collaborator

@ktmlm ktmlm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update to the latest configs

@kingpinXD kingpinXD changed the base branch from main to develop January 4, 2022 15:43
Base automatically changed from develop to main January 16, 2022 07:02
@kingpinXD kingpinXD closed this Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants