* We now have a housekeeping thread and a housekeeping queue.
[citadel.git] / citadel / sysconfig.h
index ebee9008e26aaab635139f3dbf604491b047af31..200fc27ea71cfb1bfbd2dd98e6aa1ac15921123a 100644 (file)
 #define DEFAULT_ENTRY  4
 
 
+
+/*
+ * HOUSEKEEPING_WAKEUP is the number of seconds which pass between each pass
+ * of the housekeeping thread.  This normally happens once per minute and there
+ * isn't any good reason to change it.
+ */
+#define HOUSEKEEPING_WAKEUP    60
+
+
 /*** STRUCTURE SIZE VARIABLES ***/
 
 /* You may NOT change this value once you set up your system.      */