X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=068ad88da6011e3a750ba2756bd000f3840dd511;hb=a0273902a9c58482e88c26399fec4670ade79387;hp=0afc3a7f48b60a81df4d832279bc0a0c5d537579;hpb=da0b049809b9ad1459a4ac0467e79bfb5c5d2719;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 0afc3a7f4..068ad88da 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -2,7 +2,7 @@ * Tuning of various parameters of the system. * Normally you don't want to mess with any of this. * - * Copyright (c) 1987-2017 by the citadel.org team + * Copyright (c) 1987-2018 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -56,14 +56,6 @@ */ #define BOUNCESOURCE "Citadel Mail Delivery Subsystem" -/* - * 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 */ @@ -81,7 +73,7 @@ #define PAGELOGROOM "Sent/Received Pages" #define SYSCONFIGROOM "Local System Configuration" #define SMTP_SPOOLOUT_ROOM "__CitadelSMTPspoolout__" -#define FNBL_QUEUE_ROOM "__CitadelFNBLqueue__" + /* * Where we keep messages containing the vCards that source our directory. It * makes no sense to change this, because you'd have to change it on every @@ -92,7 +84,7 @@ /* * How long (in seconds) to retain message entries in the use table */ -#define USETABLE_RETAIN 864000L /* 10 days */ +#define USETABLE_RETAIN 864000L /* 10 days */ /* * The size of per-thread stacks. If set too low, citserver will randomly crash. @@ -103,4 +95,4 @@ * How many messages may the full text indexer scan before flushing its * tables to disk? */ -#define FT_MAX_CACHE 2500 +#define FT_MAX_CACHE 25