]> jfr.im git - irc/quakenet/newserv.git/commitdiff
whowas: Decrease number of records.
authorGunnar Beutner <redacted>
Thu, 8 Aug 2013 21:11:42 +0000 (23:11 +0200)
committerGunnar Beutner <redacted>
Thu, 8 Aug 2013 21:11:42 +0000 (23:11 +0200)
whowas/whowas.h

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