01-09-2014 10:25 AM
Hi all, I noticed that the video conversions are performed one at a time and queued. Is there a way to parallelize them?
01-13-2014 05:50 AM
Hi,
You can override the default videoConversion
queue to increase the max number of threads that the queue can use. By default it's set to 1.
Here is a contribution to set it to5:
<require>org.nuxeo.ecm.platform.video.workmanager</require>
<extension target="org.nuxeo.ecm.core.work.service" point="queues">
<queue id="videoConversion">
<maxThreads>5</maxThreads>
<category>videoConversion</category>
</queue>
</extension>
01-13-2014 05:50 AM
Hi,
You can override the default videoConversion
queue to increase the max number of threads that the queue can use. By default it's set to 1.
Here is a contribution to set it to5:
<require>org.nuxeo.ecm.platform.video.workmanager</require>
<extension target="org.nuxeo.ecm.core.work.service" point="queues">
<queue id="videoConversion">
<maxThreads>5</maxThreads>
<category>videoConversion</category>
</queue>
</extension>
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.