mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Update MIN_ANTIFLOOD to be the same as the limits for channel settings
This commit is contained in:
parent
7782ba4ae5
commit
1ff9f5648b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const TYPE_PM = {
|
|||
|
||||
// Limit to 10 messages/sec
|
||||
const MIN_ANTIFLOOD = {
|
||||
burst: 10,
|
||||
burst: 20,
|
||||
sustained: 10
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue