Skip to content

Commit

Permalink
processors - reduce to take threads off core
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianZaremba committed Jan 4, 2025
1 parent 3d60291 commit 8df02da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func main() {
pflag.BoolVar(&debugMetrics, "debug-metrics", false, "Should we log metrics")
pflag.BoolVar(&useIrcRelay, "irc-relay", false, "Should we use enable the IRC relay")
pflag.BoolVar(&ignoreReplicationDelay, "no-replication-check", false, "Should we disable the replication monitoring")
pflag.IntVar(&processors, "processors", 20, "Number of processors to use")
pflag.IntVar(&processors, "processors", 5, "Number of processors to use")
pflag.IntVar(&sqlLoaders, "sql-loaders", 20, "Number of SQL loaders to use")
pflag.IntVar(&httpLoaders, "http-loaders", 20, "Number of HTTP loaders to use")
pflag.Int64Var(&changeId, "process-id", 0, "Process a single ID, rather than feed")
Expand Down

0 comments on commit 8df02da

Please sign in to comment.