fix #444 : change maxAccessCount to unlimit
This commit is contained in:
parent
c02afa76ae
commit
d8224b5cea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue