Fix selftests hanging due to pauseAtStart default true

* selftest-crawler-beans.cxml
    make selftests not pauseAtStart
This commit is contained in:
gojomo
2009-08-13 10:03:56 +00:00
parent d654bb5651
commit b78fce045b
+3 -2
View File
@@ -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>