Skip to content

Commit

Permalink
#305: Increase gossip timeout to 3 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Dec 3, 2024
1 parent 2d95847 commit 310788d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/options/gossip_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package options
import "time"

const (
blockTimeoutDefault = 2 * time.Second
blockTimeoutDefault = 3 * time.Second
transactionTimeoutDefault = 1 * time.Second
)

Expand Down

0 comments on commit 310788d

Please sign in to comment.