This commit is contained in:
Andris Reinman 2017-05-07 19:01:58 +03:00
parent 3bb5194a46
commit fddb738dd6
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ module.exports = (options, callback) => {
}
// check limiting counters
options.messageHandler.counters.ttlcounter('wdr:' + options.user._id, 1, 2000, (err, result) => {
options.messageHandler.counters.ttlcounter('wda:' + options.user._id, 1, 2000, (err, result) => {
if (err || !result.success) {
return callback(null, false);
}

View file

@ -1,6 +1,6 @@
{
"name": "wildduck",
"version": "1.0.29",
"version": "1.0.30",
"description": "IMAP server built with Node.js and MongoDB",
"main": "server.js",
"scripts": {