mirror of
https://github.com/calzoneman/sync.git
synced 2024-09-13 04:32:09 +00:00
Update MIN_ANTIFLOOD to be the same as the limits for channel settings
This commit is contained in:
parent
7782ba4ae5
commit
1ff9f5648b
@ -24,7 +24,7 @@ const TYPE_PM = {
|
||||
|
||||
// Limit to 10 messages/sec
|
||||
const MIN_ANTIFLOOD = {
|
||||
burst: 10,
|
||||
burst: 20,
|
||||
sustained: 10
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user