Make it possible to modify threadPool values like maxQueueSize
Description
If you have too many synchronizations up and running backbone will fail to start another new synchronization with the following Exception:
This is because of the way we handle threads and what we set as the maxQueueSize for our threadPool. To improve this behavior we will enable the possibility to modify this value via the JVM so that customers who experience this problem can manually increase the maximum queue size and thus workaround this problem.
If you have too many synchronizations up and running backbone will fail to start another new synchronization with the following Exception:
This is because of the way we handle threads and what we set as the maxQueueSize for our threadPool.
To improve this behavior we will enable the possibility to modify this value via the JVM so that customers who experience this problem can manually increase the maximum queue size and thus workaround this problem.
Allow setting properties:
pool size
max pool size
max queue size
Documentation: https://help.k15t.com/backbone-issue-sync/latest/server/modify-backbone-thread-pool-parameters-172599111.html