Bump Up Gossip Queue Size (#13277)

This commit is contained in:
Nishant Das
2023-12-06 17:49:26 +08:00
committed by GitHub
parent b84b795f23
commit 97a522827b

View File

@@ -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{