Skip to content

Commit 83a0ef3

Browse files
PaddyMcmergify[bot]
authored andcommitted
chore: slightly increase blocktime (#9021)
* chore: slightly increase blocktime * chore: change CHANGELOG.md * chore: reduce timeout commit to 1.6s (cherry picked from commit 3830890)
1 parent 0062a1a commit 83a0ef3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353

5454
* [#8985](https://github.com/osmosis-labs/osmosis/pull/8985) build: block-sdk import now uses forked version
5555
* [#9006](https://github.com/osmosis-labs/osmosis/pull/9006) feat: CosmWasm Pool raw state query
56+
* [#9021](https://github.com/osmosis-labs/osmosis/pull/9021) chore: slightly increase blocktime
5657

5758
## v28.0.4
5859

cmd/osmosisd/cmd/root.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ var (
147147
{
148148
Section: "consensus",
149149
Key: "timeout_commit",
150-
Value: "500ms",
150+
Value: "550ms",
151151
},
152152
{
153153
Section: "consensus",
154154
Key: "timeout_propose",
155-
Value: "1.8s",
155+
Value: "1.6s",
156156
},
157157
{
158158
Section: "consensus",

0 commit comments

Comments
 (0)