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.

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.

See also