Skip to content

Commit

Permalink
chore(*): update story config (#444)
Browse files Browse the repository at this point in the history
Update story default config

issue: none
  • Loading branch information
edisonz0718 authored Dec 17, 2024
1 parent 528fecd commit 6210bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cmd/cometconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func DefaultCometConfig(homeDir string) cfg.Config {
conf.StateSync.ChunkRequestTimeout = time.Minute // Increase timeout
conf.Mempool.Type = cfg.MempoolTypeNop // Disable cometBFT mempool
conf.Mempool.Broadcast = false // Disable mempool broadcast
conf.Consensus.TimeoutCommit = 2000 * time.Millisecond // Increase block time
conf.Consensus.TimeoutCommit = 1500 * time.Millisecond // Increase block time

return *conf
}
Expand Down

0 comments on commit 6210bab

Please sign in to comment.