mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
Add a checkpoint task if time-based checkpointing is configured.
This commit is contained in:
parent
b467dbb470
commit
0560a28893
@ -45,7 +45,9 @@ A checkpoint operation flushes the database buffers to disk and writes
|
||||
a checkpoint record in the log.
|
||||
The checkpoint will occur if either <kbyte> data has been written or
|
||||
<min> minutes have passed since the last checkpoint.
|
||||
Both arguments default to zero, in which case they are ignored.
|
||||
Both arguments default to zero, in which case they are ignored. When
|
||||
the <min> argument is non-zero, an internal task will run every <min>
|
||||
minutes to perform the checkpoint.
|
||||
See the Berkeley DB reference guide for more details.
|
||||
.TP
|
||||
.B dbnosync
|
||||
|
Loading…
Reference in New Issue
Block a user