push.replication.delay.fetched-data

Background

Specifies the time (in milliseconds) that the push slave will wait before checking for new data after completing a successful data fetch. 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.fetched-data key, and set the value. This can be set to any valid Long value.

Default value

No delay.

push.replication.delay.fetched-data=0

Examples

Wait 5 seconds.

push.replication.delay.fetched-data=5000