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.
1 parent 802dc73 commit 4e2c66dCopy full SHA for 4e2c66d
messenger.rst
@@ -2644,7 +2644,7 @@ provided in order to ease the declaration of these special handlers::
2644
// of the trait to define your own batch size...
2645
private function shouldFlush(): bool
2646
{
2647
- return 100 <= \count($this->jobs);
+ return $this->getBatchSize() <= \count($this->jobs);
2648
}
2649
2650
// ... or redefine the `getBatchSize()` method if the default
0 commit comments