mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#3935 tweak sessionlog description
This commit is contained in:
parent
da2c46fe22
commit
f4c1eee382
2 changed files with 3 additions and 3 deletions
|
|
@ -44,10 +44,10 @@ write operations or more than
|
|||
time have passed
|
||||
since the last checkpoint. Checkpointing is disabled by default.
|
||||
.TP
|
||||
.B syncprov-sessionlog <size>
|
||||
.B syncprov-sessionlog <ops>
|
||||
Specify a session log for recording information about write operations made
|
||||
on the database. The
|
||||
.B <size>
|
||||
.B <ops>
|
||||
specifies the number of operations that are recorded in the log. All write
|
||||
operations (except Adds) are recorded in the log.
|
||||
When using the session log, it is helpful to set an eq index on the
|
||||
|
|
|
|||
|
|
@ -2000,7 +2000,7 @@ static ConfigTable spcfg[] = {
|
|||
sp_cf_gen, "( OLcfgOvAt:1.1 NAME 'olcSpCheckpoint' "
|
||||
"DESC 'ContextCSN checkpoint interval in ops and minutes' "
|
||||
"SYNTAX OMsDirectoryString SINGLE-VALUE )", NULL, NULL },
|
||||
{ "syncprov-sessionlog", "size", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
|
||||
{ "syncprov-sessionlog", "ops", 2, 2, 0, ARG_INT|ARG_MAGIC|SP_SESSL,
|
||||
sp_cf_gen, "( OLcfgOvAt:1.2 NAME 'olcSpSessionlog' "
|
||||
"DESC 'Session log size in ops' "
|
||||
"SYNTAX OMsInteger SINGLE-VALUE )", NULL, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue