mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-08-26 16:36:37 +00:00
Fix selftests hanging due to pauseAtStart default true
* selftest-crawler-beans.cxml
make selftests not pauseAtStart
This commit is contained in:
@@ -20,8 +20,9 @@
|
||||
|
||||
metadata.operatorContactUrl=@@URL_VALUE@@
|
||||
seeds.textSource.value=@@SEEDS_VALUE@@
|
||||
# only self-crawling, so go fast
|
||||
frontier.maxDelayMs=50
|
||||
# only self-crawling, so go fast and avoid pause-at-start
|
||||
frontier.maxDelayMs=50
|
||||
crawlController.pauseAtStart=false
|
||||
@@MORE_PROPERTIES@@
|
||||
|
||||
</value>
|
||||
|
||||
Reference in New Issue
Block a user