File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Features:
2
2
3
- * Fix unquoted variable in mnemonic-select
3
+ * Decreasse commit timeout 10000ms -> 30000ms
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- echo " v0.11.26 "
3
+ echo " v0.11.27 "
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ if (! $($KIRA_COMMON/container-healthy.sh "$CONTAINER_NAME")) ; then
113
113
globSet cfg_statesync_enable " true" $GLOBAL_COMMON
114
114
globSet cfg_statesync_temp_dir " /tmp" $GLOBAL_COMMON
115
115
# CFG [CONSENSUS]
116
- globSet cfg_consensus_timeout_commit " 10000ms " $GLOBAL_COMMON
116
+ globSet cfg_consensus_timeout_commit " 3000ms " $GLOBAL_COMMON
117
117
globSet cfg_consensus_create_empty_blocks_interval " 20s" $GLOBAL_COMMON
118
118
globSet cfg_consensus_skip_timeout_commit " false" $GLOBAL_COMMON
119
119
# CFG [INSTRUMENTATION]
You can’t perform that action at this time.
0 commit comments