Thu Sep 30 15:50:49 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Implement SET DROP TABLE and SET DROP SEQUENCE.
- Next message: [Slony1-commit] By wieck: Change the numeric values of message levels so that the debug
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Option -s is sync_interval.
Adjusted default values for sync_interval, sync_interval_timeout
and sync_group_maxsize
Jan
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.h (r1.5 -> r1.6)
slon.c (r1.30 -> r1.31)
-------------- next part --------------
Index: confoptions.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lsrc/slon/confoptions.h -Lsrc/slon/confoptions.h -u -w -r1.5 -r1.6
--- src/slon/confoptions.h
+++ src/slon/confoptions.h
@@ -123,7 +123,7 @@
SLON_C_INT
},
&sync_interval,
- 100,
+ 2000,
10,
60000
},
@@ -135,7 +135,7 @@
SLON_C_INT
},
&sync_interval_timeout,
- 1000,
+ 10000,
0,
120000
},
@@ -147,9 +147,9 @@
SLON_C_INT
},
&sync_group_maxsize,
- 6,
+ 20,
0,
- 100
+ 500
},
#ifdef HAVE_SYSLOG
{
Index: slon.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/slon.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -Lsrc/slon/slon.c -Lsrc/slon/slon.c -u -w -r1.30 -r1.31
--- src/slon/slon.c
+++ src/slon/slon.c
@@ -88,7 +88,7 @@
break;
case 's':
- set_config_option("sync_group_maxsize", optarg);
+ set_config_option("sync_interval", optarg);
break;
case 't':
@@ -102,6 +102,7 @@
case 'c':
set_config_option("vac_frequency", optarg);
break;
+
case 'p':
set_config_option("pid_file", optarg);
break;
- Previous message: [Slony1-commit] By cbbrowne: Implement SET DROP TABLE and SET DROP SEQUENCE.
- Next message: [Slony1-commit] By wieck: Change the numeric values of message levels so that the debug
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list