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:
Mark Robert Miller 2013-10-11 15:08:13 +00:00
parent 2de686ed34
commit 0d4e91abe9
1 changed files with 1 additions and 1 deletions

View File

@ -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;