How to increase no of threads to run concurrently in AEM 6.1
Hi,
How to increase the number of threads to run in usage in AEM6.1 through Sling thread pool configuration.
Actually I need to run more than 5 threads concurrently, so I have increased the default MIN_POOL size from 5 to 20. But it is not working.
I have tried also changing in Apache sling job queue configuration and also tried to increase the POOL size by writing a custom service, but it still taking only 5 threads.
Can anyone please help me on this.
Thanks,
Ratna Kumar.