Removed some defines no longer in use
authorArt Cancro <ajc@citadel.org>
Sun, 19 Mar 2017 04:08:58 +0000 (00:08 -0400)
committerArt Cancro <ajc@citadel.org>
Sun, 19 Mar 2017 04:08:58 +0000 (00:08 -0400)
citadel/sysconfig.h

index 5af00b02318b1ae0da8dd621ec95f950b175a10f..3373bbf44b15a7776a63fa2f88a3ceb104abd959 100644 (file)
  * How long (in seconds) to retain message entries in the use table
  */
 #define USETABLE_RETAIN                        864000L         /* 10 days */
-#define USETABLE_ANTIEXPIRE            345600L         /*  4 days */
-#define USETABLE_ANTIEXPIRE_HIRES       86400L         /*  1 day */
 
 /*
  * The size of per-thread stacks.  If set too low, citserver will randomly crash.