push.scheduler.delay-between-meta-dependencies-runs

Background

After each commit to a push data source an update of the parent search package is triggered. This option configures a minimum delay between search package updates to reduce server load.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the push.scheduler.delay-between-meta-dependencies-runs key, and set the value. This can be set to any valid Long value.

Default value

By default, the search package update has no delay between executions.

push.scheduler.delay-between-meta-dependencies-runs=0

Examples

To reduce server load a delay can be configured. In this case a delay of 10 seconds is configured.

push.scheduler.delay-between-meta-dependencies-runs=10000