|
@@ -207,7 +207,7 @@ public class CommonConfigurationKeysPublic {
|
|
|
public static final String IPC_CLIENT_TCPNODELAY_KEY =
|
|
|
"ipc.client.tcpnodelay";
|
|
|
/** Defalt value for IPC_CLIENT_TCPNODELAY_KEY */
|
|
|
- public static final boolean IPC_CLIENT_TCPNODELAY_DEFAULT = false;
|
|
|
+ public static final boolean IPC_CLIENT_TCPNODELAY_DEFAULT = true;
|
|
|
/** See <a href="{@docRoot}/../core-default.html">core-default.xml</a> */
|
|
|
public static final String IPC_SERVER_LISTEN_QUEUE_SIZE_KEY =
|
|
|
"ipc.server.listen.queue.size";
|
|
@@ -226,7 +226,7 @@ public class CommonConfigurationKeysPublic {
|
|
|
public static final String IPC_SERVER_TCPNODELAY_KEY =
|
|
|
"ipc.server.tcpnodelay";
|
|
|
/** Default value for IPC_SERVER_TCPNODELAY_KEY */
|
|
|
- public static final boolean IPC_SERVER_TCPNODELAY_DEFAULT = false;
|
|
|
+ public static final boolean IPC_SERVER_TCPNODELAY_DEFAULT = true;
|
|
|
|
|
|
/** See <a href="{@docRoot}/../core-default.html">core-default.xml</a> */
|
|
|
public static final String HADOOP_RPC_SOCKET_FACTORY_CLASS_DEFAULT_KEY =
|