Skip to content

Commit

Permalink
fix another one
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 9, 2025
1 parent 1bb60c1 commit 8f91920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public long getMaxPendingConnectionAcquisitions() {
* @param maxPendingConnectionAcquisitions maximum pending acquisitions allowed
* @return this
*/
public HttpClientConnectionManagerOptions withMaxPendingConnectionAcquisitions(int maxPendingConnectionAcquisitions) {
public HttpClientConnectionManagerOptions withMaxPendingConnectionAcquisitions(long maxPendingConnectionAcquisitions) {
this.maxPendingConnectionAcquisitions = maxPendingConnectionAcquisitions;
return this;
}
Expand Down

0 comments on commit 8f91920

Please sign in to comment.