Update MIN_ANTIFLOOD to be the same as the limits for channel settings

This commit is contained in:
Calvin Montgomery 2015-04-27 13:09:32 -05:00
parent 7782ba4ae5
commit 1ff9f5648b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const TYPE_PM = {
// Limit to 10 messages/sec
const MIN_ANTIFLOOD = {
burst: 10,
burst: 20,
sustained: 10
};