]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
misc cleanup
[citadel.git] / citadel / sysconfig.h
index 0afc3a7f48b60a81df4d832279bc0a0c5d537579..99947bc0cd37f58751faa99637f19c225ac9640e 100644 (file)
@@ -1,17 +1,15 @@
-/*
- * 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
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- */
+// Tuning of various parameters of the system.
+// Normally you don't want to mess with any of this.
+//
+// Copyright (c) 1987-2021 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.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+// GNU General Public License for more details.
 
 /*
  * NLI is the string that shows up in a <W>ho's online listing for sessions
  */
 #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
  */
 #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
- * system on the network.  That would be stupid.
- */
 #define ADDRESS_BOOK_ROOM      "Global Address Book"
 
 /*
  * 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