Changed the BIGMSGS semantics.
[citadel.git] / citadel / server / sysconfig.h
index e52beaeb14932c2ec4614d95fe9936d3f31a69ee..1a0ba037b9c8c060e1eebbef2164afa88a2cc5a8 100644 (file)
 // so if you change the buffer size you'll fux0r your database.
 #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 timeouts (measured in seconds)
 // If outbound SMTP deliveries cannot be completed due to transient errors
 // within SMTP_DELIVER_WARN seconds, the sender will receive a warning message