Skip to content

Commit c51f88c

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update messenger.rst
2 parents 771c9e0 + 1a93b02 commit c51f88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2587,7 +2587,7 @@ provided in order to ease the declaration of these special handlers::
25872587
// of the trait to define your own batch size...
25882588
private function shouldFlush(): bool
25892589
{
2590-
return 100 <= \count($this->jobs);
2590+
return $this->getBatchSize() <= \count($this->jobs);
25912591
}
25922592

25932593
// ... or redefine the `getBatchSize()` method if the default

0 commit comments

Comments
 (0)