Fixed history legnth on nicks

This commit is contained in:
Dionysus 2021-01-08 20:58:44 -05:00
parent 88a904d7f7
commit 4042e2e619
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
1 changed files with 1 additions and 1 deletions

2
Config
View File

@ -260,7 +260,7 @@ UNREALCWD="`pwd`"
BASEPATH="$HOME/unrealircd"
DEFPERM="0600"
SSLDIR=""
NICKNAMEHISTORYLENGTH="2000"
NICKNAMEHISTORYLENGTH="100"
MAXCONNECTIONS_REQUEST="auto"
REMOTEINC="1"
CURLDIR=""