浏览代码

fix #444 : change maxAccessCount to unlimit

Shinsuke Sugaya 9 年之前
父节点
当前提交
d8224b5cea
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
     protected CrawlingConfigHelper crawlingConfigHelper;
 
-    public long maxAccessCount = 100000;
+    public long maxAccessCount = Long.MAX_VALUE;
 
     public long crawlingExecutionInterval = Constants.DEFAULT_CRAWLING_EXECUTION_INTERVAL;