ITS#3935 fix sessionlog description

This commit is contained in:
Howard Chu 2005-08-14 08:20:54 +00:00
parent 9326c2b313
commit da2c46fe22

View File

@ -37,22 +37,19 @@ directive.
.TP
.B syncprov-checkpoint <ops> <minutes>
After a write operation has succeeded, write the contextCSN to the underlying
database if <ops> write operations or more than <minutes> time have passed
database if
.B <ops>
write operations or more than
.B <minutes>
time have passed
since the last checkpoint. Checkpointing is disabled by default.
.TP
.B syncprov-sessionlog <sid> <size>
Specify a session log for recording information about entries that have been
scoped out of the content identified by
.BR <sid> .
The number of entries in the log is limited by
.BR <size> .
Both
.B <sid>
and
.B syncprov-sessionlog <size>
Specify a session log for recording information about write operations made
on the database. The
.B <size>
must be non-negative integers, and
.B <sid>
can have no more than three decimal digits.
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
entryUUID attribute in the underlying database.
.SH FILES