Skip to content

Commit

Permalink
allow to set user specific IMAP max connections
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 12, 2019
1 parent 39bd87e commit c7e4ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ module.exports = done => {
let iPos = 0;
let startInterfaces = () => {
if (iPos >= ifaceOptions.length) {
return done();
return db.redis.del('lim:imap', () => done());
}
let opts = ifaceOptions[iPos++];

Expand Down

0 comments on commit c7e4ff2

Please sign in to comment.