changeset 336:6232225251c7

MAINTD_SLEEP is 7200 secs not 120 :)
author mmj
date Mon, 13 Sep 2004 04:14:49 +1000
parents 64540601d8a8
children 30a300660a9a
files include/mlmmj.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/mlmmj.h	Mon Sep 13 04:13:52 2004 +1000
+++ b/include/mlmmj.h	Mon Sep 13 04:14:49 2004 +1000
@@ -41,7 +41,7 @@
 #define WAITPROBE 43200   /* How long do we wait for a bounce of the probe
 			     mail before concluding the address is no longer
 			     bouncing? 43200 is 12 hours */
-#define MAINTD_SLEEP 120 /* How long between maintenance runs when
+#define MAINTD_SLEEP 7200 /* How long between maintenance runs when
 			     mlmmj-maintd runs daemonized? 7200s is 2 hours */
 #define MAINTD_LOGFILE "mlmmj-maintd.lastrun.log"