]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* Shuffled around some of the housekeeping loop code
[citadel.git] / citadel / sysconfig.h
index b5581ea775298e055cc80510e349e4abb681dcf9..4bbf9faa7881c1ca3258f7a56252cd099ab2d826 100644 (file)
 #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
-
 
 /*
  * NLI is the string that shows up in a <W>ho's online listing for sessions
 
 
 /*
- * Command buffer size (do not change!)
+ * Standard buffer size for string datatypes.  DO NOT CHANGE!  Not only does
+ * there exist a minimum buffer size for certain protocols (such as IMAP), but
+ * fixed-length buffers are now stored in some of the data structures on disk,
+ * so if you change the buffer size you'll fux0r your database.
  */
-#define SIZ            1024
+#define SIZ            4096
 
 /*
  * SMTP delivery retry and give-up times
 #define MAILROOM               "Mail"
 #define AIDEROOM               "Aide"
 #define USERCONFIGROOM         "My Citadel Config"
+#define USERCALENDARROOM       "My Calendar"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"