Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

Commit

Permalink
lmdb-backend: typo in 'checkpoint' options (s/min/sec).
Browse files Browse the repository at this point in the history
Change-Id: I5e57a63eb3269151cf1ddbb5a77b5bcd68bf528c
  • Loading branch information
erthink committed Jan 8, 2015
1 parent e1cb7ce commit ddcecdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/slapd/back-mdb/config.c
Expand Up @@ -51,7 +51,7 @@ static ConfigTable mdbcfg[] = {
"DESC 'Directory for database content' "
"EQUALITY caseIgnoreMatch "
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
{ "checkpoint", "kbyte> <min", 3, 3, 0, ARG_MAGIC|MDB_CHKPT,
{ "checkpoint", "kbyte> <sec", 3, 3, 0, ARG_MAGIC|MDB_CHKPT,
mdb_cf_gen, "( OLcfgDbAt:1.2 NAME 'olcDbCheckpoint' "
"DESC 'Database checkpoint interval in kbytes and seconds' "
"SYNTAX OMsDirectoryString SINGLE-VALUE )",NULL, NULL },
Expand Down

0 comments on commit ddcecdd

Please sign in to comment.