Skip to content

Commit

Permalink
chore: reduce concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jul 12, 2024
1 parent 8852f08 commit da2d8f8
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 @@ -46,7 +46,7 @@ defmodule Loadfest.Pipeline do
module: {Loadfest.Pipeline.Producer, []}
],
processors: [
default: [concurrency: System.schedulers_online() * 4, max_demand: 1]
default: [concurrency: System.schedulers_online(), max_demand: 1]
]
)
end
Expand Down

0 comments on commit da2d8f8

Please sign in to comment.