Thu Oct 14 13:16:06 PDT 2004
- Previous message: [Slony1-commit] By darcyb: Allow cluster_name and the like to be set in the conf file..
- Next message: [Slony1-commit] By cbbrowne: Added in "localvariables" suffix to C source code so that
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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);
- Previous message: [Slony1-commit] By darcyb: Allow cluster_name and the like to be set in the conf file..
- Next message: [Slony1-commit] By cbbrowne: Added in "localvariables" suffix to C source code so that
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list