mirror of
https://github.com/apache/lucene.git
synced 2025-02-28 21:39:25 +00:00
boost timeouts for zkclient used by ZkCLI tool
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1363799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fca82aa6cc
commit
b339c63a9e
@ -163,7 +163,7 @@ public class ZkCLI {
|
||||
}
|
||||
SolrZkClient zkClient = null;
|
||||
try {
|
||||
zkClient = new SolrZkClient(zkServerAddress, 15000, 5000,
|
||||
zkClient = new SolrZkClient(zkServerAddress, 30000, 30000,
|
||||
new OnReconnect() {
|
||||
@Override
|
||||
public void command() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user