Skip to content

Commit

Permalink
increases TimeoutBroadcastTxCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Aug 27, 2024
1 parent a7c5cdf commit 19fa595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ func DefaultRPCConfig() *RPCConfig {
MaxSubscriptionsPerClient: 5,
SubscriptionBufferSize: defaultSubscriptionBufferSize,
// this value is changed to align with the new consistent block time of 12ish seconds + 3 seconds block time variance (15 seconds)
TimeoutBroadcastTxCommit: 15 * time.Second,
TimeoutBroadcastTxCommit: 20 * time.Second,
WebSocketWriteBufferSize: defaultSubscriptionBufferSize,

MaxBodyBytes: int64(1000000), // 1MB
Expand Down

0 comments on commit 19fa595

Please sign in to comment.