We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f855e + c51f88c commit 1444df8Copy full SHA for 1444df8
messenger.rst
@@ -2587,7 +2587,7 @@ provided in order to ease the declaration of these special handlers::
2587
// of the trait to define your own batch size...
2588
private function shouldFlush(): bool
2589
{
2590
- return 100 <= \count($this->jobs);
+ return $this->getBatchSize() <= \count($this->jobs);
2591
}
2592
2593
// ... or redefine the `getBatchSize()` method if the default
0 commit comments