Skip to content

Commit

Permalink
Give no delay a unique key (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra authored Aug 16, 2024
1 parent bcaa4b8 commit 522f6cf
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 522f6cf

Please sign in to comment.