docker-hybrid/config/hybrid/general.classes.conf

32 lines
777 B
Plaintext
Raw Normal View History

2020-11-09 21:03:29 +00:00
/* Configuration example located at
* https://github.com/ircd-hybrid/ircd-hybrid/blob/master/doc/reference.conf
*/
.include <hb_conf/include/user.classes.conf>
class {
2021-06-25 23:26:57 +00:00
name = "console_admin";
ping_time = 5 seconds;
number_per_ip_local = 1;
max_number = 10240;
sendq = 100 kbytes;
max_channels = 256;
2020-11-09 21:03:29 +00:00
};
class {
2021-06-25 23:26:57 +00:00
name = "hub";
ping_time = 5 seconds;
connectfreq = 2 seconds;
max_number = 1;
sendq = 2 megabytes;
};
class {
2021-06-25 23:26:57 +00:00
name = "hopm_oper";
ping_time = 5 seconds;
number_per_ip_local = 1;
max_number = 10240;
sendq = 100 kbytes;
max_channels = 256;
};