|
@@ -48,7 +48,7 @@ public class QuorumPeerConfig {
|
|
protected String dataDir;
|
|
protected String dataDir;
|
|
protected String dataLogDir;
|
|
protected String dataLogDir;
|
|
protected int tickTime = ZooKeeperServer.DEFAULT_TICK_TIME;
|
|
protected int tickTime = ZooKeeperServer.DEFAULT_TICK_TIME;
|
|
- protected int maxClientCnxns = 10;
|
|
|
|
|
|
+ protected int maxClientCnxns = 60;
|
|
/** defaults to -1 if not set explicitly */
|
|
/** defaults to -1 if not set explicitly */
|
|
protected int minSessionTimeout = -1;
|
|
protected int minSessionTimeout = -1;
|
|
/** defaults to -1 if not set explicitly */
|
|
/** defaults to -1 if not set explicitly */
|