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

The value specified for the derby.replication.minLogShippingInterval property must be no more than one-tenth the value specified for the property. If you set derby.replication.minLogShippingInterval to a higher value, changes the derby.replication.minLogShippingInterval property value to the value of the property divided by 10.

Default

100 milliseconds.

Example derby.replication.minLogShippingInterval=500
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.