Quellcode durchsuchen

fix #444 : change maxAccessCount to unlimit

Shinsuke Sugaya vor 9 Jahren
Ursprung
Commit
d8224b5cea
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

+ 1 - 1
src/main/java/org/codelibs/fess/helper/WebFsIndexHelper.java

@@ -71,7 +71,7 @@ public class WebFsIndexHelper implements Serializable {
     @Resource
     @Resource
     protected CrawlingConfigHelper crawlingConfigHelper;
     protected CrawlingConfigHelper crawlingConfigHelper;
 
 
-    public long maxAccessCount = 100000;
+    public long maxAccessCount = Long.MAX_VALUE;
 
 
     public long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL;
     public long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL;