Configurable monitor-delay-interval
The `monitor-delay-interval` has been added to the DB config so that users can change the time period between WAL checks after a file change notification has occurred. This can be useful to batch up changes in larger files in the shadow WAL or to reduce or eliminate the delay in propagating changes during read replication. Setting the interval to zero or less will disable it.
This commit is contained in:
@@ -3,5 +3,4 @@ dbs:
|
||||
replicas:
|
||||
- path: $LITESTREAM_TEMPDIR/replica
|
||||
|
||||
monitor-interval: 100ms
|
||||
max-checkpoint-page-count: 10
|
||||
|
||||
Reference in New Issue
Block a user