* Store the body of any large (>1K) message in a separate database. This
[citadel.git] / citadel / sysconfig.h
index 7ebdec079bf3edb2b8c18053a98a9235edbd1454..c06f8f5e5c0dcf548c40e9b3a28159ceaa6235ec 100644 (file)
  */
 #define SIZ            4096
 
+/*
+ * If the body of a message is beyond this size, it will be stored in
+ * a separate table.
+ */
+#define BIGMSG         1024
+
 /*
  * SMTP delivery retry rules (all values are in seconds)
  *