push.replication.delay.error

Background

Specifies the time (in milliseconds) that the push slave will wait before checking for new data after the previous check returned an error. 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.error key, and set the value. This can be set to any valid Long value.

Default value

Wait 5 seconds.

push.replication.delay.error=5000

Examples

Set the slave node to wait 10 seconds before checking for new data.

push.replication.delay.error=10000