mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
Change max_bans in reference.conf from 25 to 100, like example.conf.
This commit is contained in:
parent
85a206d3e0
commit
45a27bf8b9
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ channel {
|
||||||
max_chans_per_user = 15;
|
max_chans_per_user = 15;
|
||||||
|
|
||||||
/* max bans: maximum number of +b/e/I/q modes in a channel */
|
/* max bans: maximum number of +b/e/I/q modes in a channel */
|
||||||
max_bans = 25;
|
max_bans = 100;
|
||||||
|
|
||||||
/* max bans: maximum number of +b/e/I/q modes in a +L channel */
|
/* max bans: maximum number of +b/e/I/q modes in a +L channel */
|
||||||
max_bans_large = 500;
|
max_bans_large = 500;
|
||||||
|
|
Loading…
Reference in a new issue