X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=378a3b639e0962e1e8d92b8ea3c8e8871b9beb3a;hb=a44fb095e7beee2200d85ba28078cbda3d4b2295;hp=2d283ad99483c6803acbad4ab6534c22495a7b4b;hpb=cb28eae49db178bd1b917015ada4e0d095b5aabd;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 2d283ad99..378a3b639 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -88,7 +88,10 @@ /* - * 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