mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add a checkpoint task if time-based checkpointing is configured.
This commit is contained in:
parent
b467dbb470
commit
0560a28893
1 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue