Skip to content
Snippets Groups Projects
Commit da2c46fe authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3935 fix sessionlog description

parent 9326c2b3
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment