SOLR-6405: Update comment around retry pause padding.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-08-22 18:35:10 +00:00
parent 9f4144e8e2
commit bcddb85bca
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 = 1500L; // 1500 ms over for padding
private long retryDelay = 1500L; // 1 second would match timeout, so 500 ms over for padding
private int retryCount;
private List<ACL> acl = ZooDefs.Ids.OPEN_ACL_UNSAFE;
private double timeouts;