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 253da85 + 312603c commit 1a93b02Copy full SHA for 1a93b02
messenger.rst
@@ -2561,7 +2561,7 @@ provided in order to ease the declaration of these special handlers::
2561
// of the trait to define your own batch size...
2562
private function shouldFlush(): bool
2563
{
2564
- return 100 <= \count($this->jobs);
+ return $this->getBatchSize() <= \count($this->jobs);
2565
}
2566
2567
// ... or redefine the `getBatchSize()` method if the default
0 commit comments