mirror of https://github.com/calzoneman/sync.git
Change leniency of queue antiflood
This commit is contained in:
parent
442c75c507
commit
20bcd95e9e
|
@ -687,7 +687,7 @@ Channel.prototype.tryQueue = function(user, data) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(user.noflood("queue", 0.25)) {
|
||||
if(user.noflood("queue", l.5)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue