mirror of https://github.com/apache/lucene.git
SOLR-5325: raise retry padding a bit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1531323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2de686ed34
commit
0d4e91abe9
|
@ -27,7 +27,7 @@ import org.apache.zookeeper.data.ACL;
|
|||
|
||||
|
||||
public class ZkCmdExecutor {
|
||||
private long retryDelay = 1300L; // 300 ms over for padding
|
||||
private long retryDelay = 1500L; // 500 ms over for padding
|
||||
private int retryCount;
|
||||
private List<ACL> acl = ZooDefs.Ids.OPEN_ACL_UNSAFE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue