derby.replication.maxLogShippingInterval The derby.replication.maxLogShippingInterval property specifies, in milliseconds, the longest interval between two consecutive shipments of the transaction log from the master to the slave. derby.replication.maxLogShippingInterval property replicationspecifying maximum log shipping interval

This property provides a "soft" guarantee that the slave will not deviate more than this number of milliseconds from the master.

The value specified for the derby.replication.maxLogShippingInterval property must be at least ten times the value specified for the property. If you set derby.replication.maxLogShippingInterval to a lower value, changes the property value to the value of the derby.replication.maxLogShippingInterval property divided by 10.

Default

5000 milliseconds (5 seconds).

Example derby.replication.maxLogShippingInterval=10000
Scope

system-wide

Dynamic or static

This property is static; if you change it while is running, the change does not take effect until you reboot.