mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-18 13:32:05 +00:00
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;
|
||||
}
|
||||
|
||||
if(user.noflood("queue", 0.25)) {
|
||||
if(user.noflood("queue", l.5)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue