Introduction
Fredhopper Discovery Platform 23.4.2 is compatible with the previous release.
Capture tool waits for async tasks in qserver
Capture tool now waits for any async tasks to finish before exporting a capture. This is behind a feature toggle that can be turned off. By default, it is enabled. To turn it off add this in system.xml under com/fredhopper/tools node:
<node name="CaptureTool">
<map>
<entry key="wait-for-async-tasks" value="false" />
</map>
</node>
Comments
0 comments
Please sign in to leave a comment.