tuning the index cache
[citadel.git] / citadel / sysconfig.h
index 0afc3a7f48b60a81df4d832279bc0a0c5d537579..068ad88da6011e3a750ba2756bd000f3840dd511 100644 (file)
@@ -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.
  */
 #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.
  * 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