mirror of https://github.com/apache/lucene.git
SOLR-11423: fix typo
This commit is contained in:
parent
42cc1c07f7
commit
0637407ea4
|
@ -312,7 +312,7 @@ public class ZkDistributedQueue implements DistributedQueue {
|
|||
}
|
||||
|
||||
// Allow this client to push up to 1% of the remaining queue capacity without rechecking.
|
||||
offerPermits.set(maxQueueSize - stat.getNumChildren() / 100);
|
||||
offerPermits.set(remainingCapacity / 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue