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 292896f commit 08f43e5Copy full SHA for 08f43e5
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 $this->getBatchSize() <= \count($this->jobs);
+ return 100 <= \count($this->jobs);
2648
}
2649
2650
// ... or redefine the `getBatchSize()` method if the default
0 commit comments