quick comment change
authorArt Cancro <ajc@citadel.org>
Mon, 3 Sep 2018 18:43:15 +0000 (14:43 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 3 Sep 2018 18:43:15 +0000 (14:43 -0400)
citadel/server.h

index 572091636f7a3dcf21c46c713d22bfd9caded0a2..c838085aa829b7fe394801c5775c75389b0fca02 100644 (file)
@@ -270,6 +270,7 @@ typedef struct __visit {
  * These are kept separate from the message itself for one of two reasons:
  * 1. Either their values may change at some point after initial save, or
  * 2. They are merely caches of data which exist somewhere else, for speed.
+ * DO NOT PUT BIG DATA IN HERE ... we need this struct to be tiny for lots of quick r/w
  */
 struct MetaData {
        long meta_msgnum;               /* Message number in *local* message base */