mirror of https://github.com/apache/lucene.git
turn off IFD's verbose ref counts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@995247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
936c7b9456
commit
4fb8c1b9f3
|
@ -106,7 +106,7 @@ final class IndexFileDeleter {
|
|||
|
||||
/** Change to true to see details of reference counts when
|
||||
* infoStream != null */
|
||||
public static boolean VERBOSE_REF_COUNTS = true;
|
||||
public static boolean VERBOSE_REF_COUNTS = false;
|
||||
|
||||
void setInfoStream(PrintStream infoStream) {
|
||||
this.infoStream = infoStream;
|
||||
|
|
Loading…
Reference in New Issue