Change leniency of queue antiflood
This commit is contained in:
parent
442c75c507
commit
20bcd95e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -687,7 +687,7 @@ Channel.prototype.tryQueue = function(user, data) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(user.noflood("queue", 0.25)) {
|
if(user.noflood("queue", l.5)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue