* Updated some of the docs. Bumped version number to 5.80 in anticipation
[citadel.git] / citadel / sysconfig.h
index 2d283ad99483c6803acbad4ab6534c22495a7b4b..378a3b639e0962e1e8d92b8ea3c8e8871b9beb3a 100644 (file)
 
 
 /*
- * 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            4096