X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=611877f1f1bf815baea16f4946a2abddeeee8ac9;hb=3d44485e8945ef9b355fc1a87e41fcbac7a6a27f;hp=312b1f93abce6ab1ae520c8e6b3890acf2203960;hpb=1c772fd28e4bd8be361111801e1d0e1016c42188;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 312b1f93a..611877f1f 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -96,6 +96,14 @@ */ #define NETWORK_QUEUE_FREQUENCY 3600 /* Once per hour */ +/* + * This variable defines the amount of network spool data that may be carried + * in one server transfer command. For some reason, some networks get hung + * up on larger packet sizes. We don't know why. In any case, never set the + * packet size higher than 4096 or your server sessions will crash. + */ +#define IGNET_PACKET_SIZE 4000 + /* * The names of rooms which are automatically created by the system */