mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Bump Up Gossip Queue Size (#13277)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user