mirror of https://github.com/calzoneman/sync.git
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
|
// Limit to 10 messages/sec
|
||||||
const MIN_ANTIFLOOD = {
|
const MIN_ANTIFLOOD = {
|
||||||
burst: 10,
|
burst: 20,
|
||||||
sustained: 10
|
sustained: 10
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue