From 0560a2889310d89667dfdf515e6eb91f4f2cfaad Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 3 Dec 2004 17:36:38 +0000 Subject: [PATCH] Add a checkpoint task if time-based checkpointing is configured. --- doc/man/man5/slapd-bdb.5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index 089f314794..cd86416e04 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -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 data has been written or 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 argument is non-zero, an internal task will run every +minutes to perform the checkpoint. See the Berkeley DB reference guide for more details. .TP .B dbnosync -- 2.39.5