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