Skip to content

Commit 1a93b02

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Update messenger.rst
2 parents 253da85 + 312603c commit 1a93b02

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
@@ -2561,7 +2561,7 @@ provided in order to ease the declaration of these special handlers::
25612561
// of the trait to define your own batch size...
25622562
private function shouldFlush(): bool
25632563
{
2564-
return 100 <= \count($this->jobs);
2564+
return $this->getBatchSize() <= \count($this->jobs);
25652565
}
25662566

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

0 commit comments

Comments
 (0)