]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Changed 'number of worker threads' from a sysconfig.h #define to an actual
[citadel.git] / citadel / sysconfig.h
index ebee9008e26aaab635139f3dbf604491b047af31..10796413d7195ac68062fb01712219133ca99eca 100644 (file)
  * editor installed, and you want to make it the default, set this to 46
  * to make it use your editor by default.
  */
-#define DEFAULT_ENTRY  4
+#define DEFAULT_ENTRY          4
+
+
+/*
+ * Logging level to use if none is specified on the command line.
+ */
+#define DEFAULT_VERBOSITY      9
+
+
+/*
+ * 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 ***/