Skip to content

Commit

Permalink
Fix after rename
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelflara authored and jbwyme committed Jul 8, 2019
1 parent 6f15000 commit d65f1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ConsumerStrategies/AbstractConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ protected function _handleError($code, $msg) {
* Number of requests/batches that will be processed in parallel.
* @return int
*/
public function getNumParallelRequests() {
public function getNumThreads() {
return 1;
}

Expand Down

0 comments on commit d65f1e7

Please sign in to comment.