CVS User Account cvsuser
Tue Jan 11 00:32:48 PST 2005
Log Message:
-----------
Document cbb's newly added desired_sync_time config option.

Modified Files:
--------------
    slony1-engine/share:
        slon.conf-sample (r1.1 -> r1.2)
    slony1-engine/doc/adminguide:
        slonconf.sgml (r1.1 -> r1.2)

-------------- next part --------------
Index: slon.conf-sample
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/share/slon.conf-sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lshare/slon.conf-sample -Lshare/slon.conf-sample -u -w -r1.1 -r1.2
--- share/slon.conf-sample
+++ share/slon.conf-sample
@@ -64,3 +64,11 @@
 
 # Set slon's connection info, default is to read it off the command line
 #conn_info='host=/tmp port=5432 user=slony'
+
+# maximum time planned for grouped SYNCs
+# If replication is behind, slon will try to increase numbers of
+# syncs done targetting that they should take this quantity of
+# time to process. in ms
+# Range [10000,600000], default 60000. 
+#desired_sync_time=60000
+
Index: slonconf.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/slonconf.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldoc/adminguide/slonconf.sgml -Ldoc/adminguide/slonconf.sgml -u -w -r1.1 -r1.2
--- doc/adminguide/slonconf.sgml
+++ doc/adminguide/slonconf.sgml
@@ -235,6 +235,19 @@
         </para>
       </listitem>
     </varlistentry>
+    <varlistentry id="slon-config-desired-sync-time" xreflabel="desired_sync_time">
+      <term><varname>desired_sync_time  (<type>integer</type>)</term>
+      <indexterm>
+        <primary><varname>desired_sync_time</varname> configuration parameter</primary>
+      </indexterm>
+      <listitem>
+        <para>Maximum time planned for grouped SYNCs. If replication is behind, 
+          <application>slon</application> will try to increase numbers of syncs 
+          done targetting that they should take this quantity of time to process.
+          This is in ms Range [10000,600000], default 60000.
+        </para>
+      </listitem>
+    </varlistentry>
   </variablelist>
 </sect1>
 </article>


More information about the Slony1-commit mailing list