|
@@ -58,7 +58,7 @@ public class CommonConfigurationKeys extends CommonConfigurationKeysPublic {
|
|
|
public static final String IPC_CLIENT_RPC_TIMEOUT_KEY =
|
|
|
"ipc.client.rpc-timeout.ms";
|
|
|
/** Default value for IPC_CLIENT_RPC_TIMEOUT_KEY. */
|
|
|
- public static final int IPC_CLIENT_RPC_TIMEOUT_DEFAULT = 0;
|
|
|
+ public static final int IPC_CLIENT_RPC_TIMEOUT_DEFAULT = 120000;
|
|
|
/** Responses larger than this will be logged */
|
|
|
public static final String IPC_SERVER_RPC_MAX_RESPONSE_SIZE_KEY =
|
|
|
"ipc.server.max.response.size";
|