mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
Put back example.conf limits to their old values,
increasing cidr limit somewhat more.
This commit is contained in:
parent
bc7c44dc48
commit
dffb83aa69
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue