mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Add Gossipsub Queue Flag (#13237)
* add it * remove var * fix tests * terence's comments --------- Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -177,6 +177,11 @@ var (
|
||||
"192.168.0.0/16 would deny connections from peers on your local network only. The " +
|
||||
"default is to accept all connections.",
|
||||
}
|
||||
PubsubQueueSize = &cli.IntFlag{
|
||||
Name: "pubsub-queue-size",
|
||||
Usage: "The size of the pubsub validation and outbound queue for the node.",
|
||||
Value: 600,
|
||||
}
|
||||
// ForceClearDB removes any previously stored data at the data directory.
|
||||
ForceClearDB = &cli.BoolFlag{
|
||||
Name: "force-clear-db",
|
||||
|
||||
Reference in New Issue
Block a user