push.worker-thread-count
Specify the maximum number of worker threads push should use.
Key: push.worker-thread-count
Type: com.funnelback.config.keys.types.ThreadCountOption
Can be set in: global.cfg
Table of Contents
Description
Worker threads are used in push to run merges/vacuums and auto commits for all collections.
Default Value
By default the number of worker threads is set to the number of cores that are available on the running machine:
push.worker-thread-count=CPU_COUNT
Examples
You can also set the worker thread count to an explicit number e.g:
push.worker-thread-count=24
Push will ensure it always has at least 2 worker threads.