Skip to content

Commit

Permalink
chore: match concurrency with schedulers (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc authored Jan 2, 2024
1 parent f4fa419 commit ae95e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Loadfest.Pipeline do
module: {Loadfest.Pipeline.Producer, []}
],
processors: [
default: [concurrency: 4 * System.schedulers_online(), max_demand: 1]
default: [concurrency: System.schedulers_online(), max_demand: 1]
]
)
end
Expand Down

0 comments on commit ae95e46

Please sign in to comment.