mirror of https://github.com/apache/lucene.git
whoops - this was supposed to be changed to 12000 rather than 120
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e8ec44a923
commit
8561fc877c
|
@ -116,7 +116,7 @@ public abstract class CachingDirectoryFactory extends DirectoryFactory {
|
|||
while(val.refCnt != 0) {
|
||||
wait(100);
|
||||
|
||||
if (cnt++ >= 1200) {
|
||||
if (cnt++ >= 12000) {
|
||||
log.error("Timeout waiting for all directory ref counts to be released");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue