Skip to content

Commit

Permalink
Pass max_len parameter through, so that emitters have some control ov…
Browse files Browse the repository at this point in the history
…er allowed backlog
  • Loading branch information
tom-binary committed May 21, 2024
1 parent c943d4a commit a58ea7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Myriad/Service/Implementation.pm
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ async method load () {
source => $spec->{src}->pause,
channel => $chan,
service => $service_name,
max_len => $spec->{args}{max_len},
);
}
}
Expand Down

0 comments on commit a58ea7b

Please sign in to comment.