]> jfr.im git - irc/quakenet/newserv.git/commitdiff
whowas: Increase the number of records we keep in memory.
authorGunnar Beutner <redacted>
Sat, 8 Feb 2014 18:07:59 +0000 (19:07 +0100)
committerGunnar Beutner <redacted>
Sat, 8 Feb 2014 18:07:59 +0000 (19:07 +0100)
whowas/whowas.h

index 8d02892a7f1f8e6c73006b0917de1b08bcd23bf5..947c39f1553305d03fead1ed0a717b7828d29985 100644 (file)
@@ -3,7 +3,7 @@
 
 #define WW_MAXAGE 3600
 #define WW_MAXCHANNELS 20
-#define WW_MAXENTRIES 100000
+#define WW_MAXENTRIES 1000000
 #define WW_MASKLEN (HOSTLEN + USERLEN + NICKLEN)
 #define WW_REASONLEN 512