mirror of https://github.com/apache/lucene.git
boost default zk connect timeout from 15s to 30s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6c9d05e97d
commit
9a76dcdf9e
|
@ -119,7 +119,7 @@ public class ZkContainer {
|
|||
}
|
||||
}
|
||||
|
||||
int zkClientConnectTimeout = 15000;
|
||||
int zkClientConnectTimeout = 30000;
|
||||
|
||||
if (zookeeperHost != null) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue