fix(chainwatch): Reduce default max-batch to 50

This commit is contained in:
Mike Greenberg 2020-08-23 13:01:10 -04:00
parent da8dbc8ffe
commit 7e0ba4aa32

View File

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