-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
docs/general/change.sh
Outdated
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" |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
There was a problem hiding this 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
relevant issue 479