fix(chainwatch): Reduce default max-batch to 50
This commit is contained in:
parent
da8dbc8ffe
commit
7e0ba4aa32
@ -24,7 +24,7 @@ var runCmd = &cli.Command{
|
||||
Flags: []cli.Flag{
|
||||
&cli.IntFlag{
|
||||
Name: "max-batch",
|
||||
Value: 1000,
|
||||
Value: 50,
|
||||
},
|
||||
},
|
||||
Action: func(cctx *cli.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user