From: Jilles Tjoelker Date: Sun, 30 Nov 2008 12:35:01 +0000 (+0100) Subject: Put back example.conf limits to their old values, X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/commitdiff_plain/76514a0b77522eaed515faf107b5eb63d7890c60?hp=571df4297c67f458d51cb718fffc4503c3d448b7 Put back example.conf limits to their old values, increasing cidr limit somewhat more. --- diff --git a/doc/example.conf b/doc/example.conf index 932846e..c8e8b1d 100755 --- a/doc/example.conf +++ b/doc/example.conf @@ -92,12 +92,12 @@ log { */ class "users" { ping_time = 2 minutes; - number_per_ident = 2; - number_per_ip = 3; - number_per_ip_global = 5; + number_per_ident = 10; + number_per_ip = 10; + number_per_ip_global = 50; cidr_ipv4_bitlen = 24; cidr_ipv6_bitlen = 64; - number_per_cidr = 4; + number_per_cidr = 200; max_number = 3000; sendq = 400 kbytes; };