this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

200x parallelism by default

+1
+1
cmd/automod/main.go
··· 93 93 &cli.IntFlag{ 94 94 Name: "firehose-parallelism", 95 95 Usage: "force a fixed number of parallel firehose workers. default (or 0) for auto-scaling; 200 works for a large instance", 96 + Value: 200, 96 97 EnvVars: []string{"AUTOMOD_FIREHOSE_PARALLELISM"}, 97 98 }, 98 99 }