This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
config.toml changes, unsafe_reset role fix
pull/1943/head
Greg Szabo
7 years ago
parent
38846aebfe
commit
6890cd2ae5
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
ansible/roles/config/templates/config.toml.j2
+1
-1
ansible/roles/unsafe_reset/tasks/main.yml
+ 3
- 1
ansible/roles/config/templates/config.toml.j2
View File
@ -12,11 +12,13 @@ laddr = "tcp://0.0.0.0:46657"
[mempool]
recheck = false
broadcast = false
wal_dir = ""
[consensus]
max_block_size_txs = 10000
create_empty_blocks = false
#
timeout_propose = 10000
timeout_propose = 10000
skip_timeout_commit = true
[p2p]
+ 1
- 1
ansible/roles/unsafe_reset/tasks/main.yml
View File
@ -6,6 +6,6 @@
when
:
"service == 'basecoin'"
become_user
:
basecoin
-
shell
:
"export TMHOME=/etc/
basecoin
/tendermint ; tendermint unsafe_reset_all"
-
shell
:
"export TMHOME=/etc/
{{service}}
/tendermint ; tendermint unsafe_reset_all"
become_user
:
"{{service}}"
Write
Preview
Loading…
Cancel
Save