Skip to content

Commit

Permalink
Fix case of MaxRequestsPerConnection (#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra authored Jun 25, 2024
1 parent 83ce0a3 commit ab38a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ConnectionPoolConfigImpl implements ConnectionPoolConfig {
new CommonClientConfigKey<>("CloseOnCircuitBreaker") {};

public static final IClientConfigKey<Integer> MAX_REQUESTS_PER_CONNECTION =
new CommonClientConfigKey<>("maxRequestsPerConnection") {};
new CommonClientConfigKey<>("MaxRequestsPerConnection") {};

public static final IClientConfigKey<Boolean> TCP_KEEP_ALIVE = new CommonClientConfigKey<>("TcpKeepAlive") {};

Expand Down

0 comments on commit ab38a1a

Please sign in to comment.