push.worker-thread-count
Background
Worker threads are used in push to run merges/vacuums and auto commits for all collections.
Setting the key
Set this configuration key in the server configuration.
Use the configuration key editor to add or edit the push.worker-thread-count
key, and set the value. This can be set to any valid com.funnelback.config.keys.types.ThreadCountOption
value.
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.