Skip to content

Commit

Permalink
Give no delay a unique key
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra committed Aug 16, 2024
1 parent bcaa4b8 commit 104595e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class ConnectionPoolConfigImpl implements ConnectionPoolConfig {

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

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

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

Expand Down

0 comments on commit 104595e

Please sign in to comment.