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 6f15000 commit d65f1e7Copy full SHA for d65f1e7
lib/ConsumerStrategies/AbstractConsumer.php
@@ -52,7 +52,7 @@ protected function _handleError($code, $msg) {
52
* Number of requests/batches that will be processed in parallel.
53
* @return int
54
*/
55
- public function getNumParallelRequests() {
+ public function getNumThreads() {
56
return 1;
57
}
58
0 commit comments