- Fixed indentation

This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-13 15:36:01 +02:00
parent 3553194ccd
commit f8ca329515
1 changed files with 8 additions and 8 deletions

View File

@ -77,19 +77,19 @@ These are defined in order below:
/* Client class */
class clients
{
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
pingfreq 90;
maxclients 1000;
sendq 200k;
recvq 8000;
};
/* Oper class */
class opers
{
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
pingfreq 90;
maxclients 50;
sendq 1M;
recvq 8000;
};
/* Server class */