docker-hybrid/config/hybrid/general.classes.conf
2021-06-25 19:26:57 -04:00

32 lines
777 B
Plaintext

/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/user.classes.conf>
class {
name = "console_admin";
ping_time = 5 seconds;
number_per_ip_local = 1;
max_number = 10240;
sendq = 100 kbytes;
max_channels = 256;
};
class {
name = "hub";
ping_time = 5 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 2 megabytes;
};
class {
name = "hopm_oper";
ping_time = 5 seconds;
number_per_ip_local = 1;
max_number = 10240;
sendq = 100 kbytes;
max_channels = 256;
};