In the folder C:\Program Files (x86)\DocuWare\Backgound Process Service open the file LongLivingProcessConfiguration.config
At the top of the file is this section:
<process teamImplementation="DocuWare.BPS.Processes.FCDocumentBackgroundTasks.LongLivingProcessEntrypoint, DocuWare.BPS.Processes.FCDocumentBackgroundTasks" moduleName="FCDocumentProcessImplementation" executable="DocuWare.BackgroundProcessService.LongLiving.GenericProcess.x86.exe">
<taskProcessors>
<processor limit="4" taskType="0" taskPriority="1" maxFailCount="2" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
<processor limit="4" taskType="1" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
<processor limit="4" taskType="2" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
<processor limit="1" taskType="3" taskPriority="1" maxFailCount="20" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:10" />
<processor limit="1" taskType="4" taskPriority="1" maxFailCount="-1" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:30" />
<processor limit="1" taskType="5" taskPriority="1" maxFailCount="-1" checkPeriod="30" taskTimeout="00:01:00" defaultTimeForProcessing="00:00:30" />
</taskProcessors>
</process>
You can limit the processors of these taskTypes by changing the value of processor limit:
0 Image extraction
1 Intellix indexing
2 Fulltext indexing
Restart the Background Process Server.
Phil Robson
Senior Director Support Americas