Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
5.0, 5.1, 5.2, 5.2.1
-
None
-
NAS 5.3
Description
The crawlController bean is between the disposition chain and the frontier :
<!-- DISPOSITION CHAIN (END) -->
<!-- CRAWLCONTROLLER (START)
Control interface, unifying context
-->
<bean id="crawlController" class="org.archive.crawler.framework.CrawlController">
<property name="maxToeThreads" value="250" />
<property name="recorderOutBufferBytes" value="4096" />
<property name="recorderInBufferBytes" value="65536" />
<property name="pauseAtStart" value="false" />
<property name="runWhileEmpty" value="false" />
<property name="scratchDir" value="scratch" />
</bean>
<!-- CRAWLCONTROLLER (START) -->
<!-- FRONTIER (START)
Standalone H3 standard behavior is to pause the job.
The Harvest Controller ignores the pauseAtStart and unpauses every job.
Attachments
Issue Links
- mentioned in
-
Page Loading...