]> jfr.im git - irc/quakenet/lightweight.git/commitdiff
changes from production code. master
authorfroo <redacted>
Tue, 20 Mar 2007 13:27:00 +0000 (13:27 +0000)
committerfroo <redacted>
Tue, 20 Mar 2007 13:27:00 +0000 (13:27 +0000)
lightweight.h

index de589df3bfb6d5415d49c08c6f6204916c13301b..50cd41d77a60c70f8fc3937f8352e0642ac7f6c3 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
 #define CONFIGFILE "lightweight.conf"
 
 /* define this for debugging output */
-#define DEBUG
+#undef DEBUG
 
 /* define this for CM support */
 #define HAVE_CLEARMODE
@@ -52,10 +52,10 @@ extern "C" {
 #undef AUTOMODES_IN_BURST
 
 /* number of days before expiring unused channels */
-#define DAYS_BEFORE_EXPIRE      20
+#define DAYS_BEFORE_EXPIRE      40
 
 /* number of days before removing suspended channels */
-#define SUSPEND_EXPIRY_TIME     365
+#define SUSPEND_EXPIRY_TIME     40
 
 /* Internal defines. */