Skip to content

Commit

Permalink
Bump Up Gossip Queue Size (#13277)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisdas authored Dec 6, 2023
1 parent b84b795 commit 97a5228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ var (
PubsubQueueSize = &cli.IntFlag{
Name: "pubsub-queue-size",
Usage: "The size of the pubsub validation and outbound queue for the node.",
Value: 600,
Value: 1000,
}
// ForceClearDB removes any previously stored data at the data directory.
ForceClearDB = &cli.BoolFlag{
Expand Down

0 comments on commit 97a5228

Please sign in to comment.