Skip to content

Commit

Permalink
Fix documentation for setParallelPullCount (#3542)
Browse files Browse the repository at this point in the history
#3147 Changed the default without updating the documentation.
  • Loading branch information
jwiklund authored and pongad committed Aug 24, 2018
1 parent 5fc0dbd commit 4c3e3d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,7 @@ public Builder setSystemExecutorProvider(ExecutorProvider executorProvider) {
}

/**
* Sets the number of pullers used to pull messages from the subscription. Defaults to the
* number of available processors.
* Sets the number of pullers used to pull messages from the subscription. Defaults to one.
*/
public Builder setParallelPullCount(int parallelPullCount) {
this.parallelPullCount = parallelPullCount;
Expand Down

0 comments on commit 4c3e3d1

Please sign in to comment.