summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-27 21:25:31 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-04-27 21:25:31 +0000
commitc62453a8c44c47f81ba297b215ab4f7bfe38f171 (patch)
tree4c4f24d4e3fbf027dc1bf42ca8fb95b581aa8219 /configure.ac
parent3e976f808f82071ac20afff25f7f752526b91129 (diff)
- Increased nickname history length to 32768
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@1909 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5bada21..b8c6a99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,7 +153,7 @@ AS_IF([test "$assert" = "no"],
[AC_DEFINE(NDEBUG, 1, [Define to disable assert() statements.])])
-AC_DEFINE([NICKNAMEHISTORYLENGTH], 16384, [Size of the WHOWAS array.])
+AC_DEFINE([NICKNAMEHISTORYLENGTH], 32768, [Size of the WHOWAS array.])
AC_DEFINE([MP_CHUNK_SIZE_CHANNEL], 64*1024, [Size of the channel mempool chunk.])
AC_DEFINE([MP_CHUNK_SIZE_MEMBER], 32*1024, [Size of the channel mempool chunk.])
AC_DEFINE([MP_CHUNK_SIZE_BAN], 16*1024, [Size of the ban mempool chunk.])