[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3767) admin guide syncrepl typo



Full_Name: Aaron Richton
Version: HEAD/RE23
OS: 
URL: 
Submission from: (NULL) (68.239.199.130)


I glanced at syncrepl.c and don't see where it multiplies by two...

--- slapdconf2.sdf~     Fri Jun 10 19:37:52 2005
+++ slapdconf2.sdf      Fri Jun 10 19:37:02 2005
@@ -626,7 +626,7 @@
 
 If an error occurs during replication, the consumer will attempt to reconnect
 according to the retry parameter which is a list of the <retry interval>
-and <# of retries> pairs. For example, retry="60 5 300 3" lets the consumer
+and <# of retries> pairs. For example, retry="60 10 300 3" lets the consumer
 retry every 60 seconds for the first 10 times and then retry every 300 seconds
 for the next three times before stop retrying. + in <#  of retries> means
 indefinite number of retries until success.
--- slapdconfig.sdf~    Fri Jun 10 19:37:52 2005
+++ slapdconfig.sdf     Fri Jun 10 19:37:02 2005
@@ -485,7 +485,7 @@
 
 If an error occurs during replication, the consumer will attempt to reconnect
 according to the retry parameter which is a list of the <retry interval>
-and <# of retries> pairs. For example, retry="60 5 300 3" lets the consumer
+and <# of retries> pairs. For example, retry="60 10 300 3" lets the consumer
 retry every 60 seconds for the first 10 times and then retry every 300 seconds
 for the next three times before stop retrying. + in <#  of retries> means
 indefinite number of retries until success.