CVS User Account cvsuser
Thu Oct 14 13:16:06 PDT 2004
Log Message:
-----------
Increased the timeout of the event selection from 5 to 10 minutes
to avoid false restarts when provider is just under heavy load.

Jan

Tags:
----
REL_1_0_STABLE

Modified Files:
--------------
    slony1-engine/src/slon:
        remote_listen.c (r1.15.2.2 -> r1.15.2.3)

-------------- next part --------------
Index: remote_listen.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_listen.c,v
retrieving revision 1.15.2.2
retrieving revision 1.15.2.3
diff -Lsrc/slon/remote_listen.c -Lsrc/slon/remote_listen.c -u -w -r1.15.2.2 -r1.15.2.3
--- src/slon/remote_listen.c
+++ src/slon/remote_listen.c
@@ -668,7 +668,7 @@
 	}
 
 	time(&timeout);
-	timeout += 300;
+	timeout += 600;
 	while (PQisBusy(conn->dbconn) != 0)
 	{
 		time(&now);


More information about the Slony1-commit mailing list