push.replication.delay.no-new-data

Background

Specifies the time (in milliseconds) that the push slave will wait before checking for new data after the previous check returned no changes. It can be set on a push slave that is syncing with the master node.

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.replication.delay.no-new-data key, and set the value. This can be set to any valid Long value.

Default value

Wait 66ms until the next check.

push.replication.delay.no-new-data=66

Examples

Wait for 10 seconds before checking for new data.

push.replication.delay.no-new-data=10000