]> git.sur5r.net Git - openldap/commitdiff
Minor tweaks
authorHoward Chu <hyc@openldap.org>
Wed, 8 Dec 2004 09:09:22 +0000 (09:09 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 8 Dec 2004 09:09:22 +0000 (09:09 +0000)
doc/guide/admin/syncrepl.sdf

index 25bb5000e61914308c3e51d77510b3fdbc5c545a..31f72f2ff2d4cb2f3a019884f9e003da218f6559 100644 (file)
@@ -223,7 +223,8 @@ value is read, the database will still be scanned for any {{EX:entryCSN}}
 values greater than it, to make sure the {{EX:contextCSN}} value truly
 reflects the greatest committed {{EX:entryCSN}} in the database. On
 databases which support inequality indexing, setting an eq index
-on the {{EX:entryCSN}} attribute will greatly speed up this scanning step.
+on the {{EX:entryCSN}} attribute and configuring {{contextCSN}} checkpoints
+will greatly speed up this scanning step.
 
 If no {{EX:contextCSN}} can be determined by reading and scanning the
 database, a new value will be generated. Also, if scanning the database
@@ -300,7 +301,7 @@ The {{EX:contextCSN}} checkpoint is configured by the
 
 >      syncprov-checkpoint <ops> <minutes>
 
-directive. Checkpoints are tested after successful write operations.
+directive. Checkpoints are only tested after successful write operations.
 If {{<ops>}} operations or more than {{<minutes>}} time has passed
 since the last checkpoint, a new checkpoint is performed.