Skip to content

Commit

Permalink
chore: revert to previous batch sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Jul 12, 2024
1 parent da2d8f8 commit c13dcf6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ defmodule Loadfest.Pipeline do
end

def handle_demand(demand, state) when demand > 0 do
# num = Enum.random([250, 150, 50])
num = Enum.random([10, 50, 250])
num = Enum.random([1, 50, 250])
text = Enum.random(["aaa","bbb", "ccc", "ddd", "eee"])

messages =
Expand Down

0 comments on commit c13dcf6

Please sign in to comment.