fix #444 : change maxAccessCount to unlimit

This commit is contained in:
Shinsuke Sugaya 2016-03-20 22:33:58 +09:00
parent c02afa76ae
commit d8224b5cea

View file

@ -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;