Skip to content

Commit d65f1e7

Browse files
manuelflarajbwyme
authored andcommitted
Fix after rename
1 parent 6f15000 commit d65f1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ConsumerStrategies/AbstractConsumer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function _handleError($code, $msg) {
5252
* Number of requests/batches that will be processed in parallel.
5353
* @return int
5454
*/
55-
public function getNumParallelRequests() {
55+
public function getNumThreads() {
5656
return 1;
5757
}
5858

0 commit comments

Comments
 (0)