mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-03 03:31:14 +00:00
cmd/devp2p: add already used flag crawlParallelismFlag (#35031)
This commit is contained in:
parent
dd8dd1520f
commit
0a47739f11
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ var (
|
|||
Action: discv5Crawl,
|
||||
Flags: slices.Concat(discoveryNodeFlags, []cli.Flag{
|
||||
crawlTimeoutFlag,
|
||||
crawlParallelismFlag,
|
||||
}),
|
||||
}
|
||||
discv5TestCommand = &cli.Command{
|
||||
|
|
|
|||
Loading…
Reference in a new issue