mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 18:58:54 +08:00
allow to set user specific IMAP max connections
This commit is contained in:
parent
39bd87ebaa
commit
c7e4ff27e7
1 changed files with 1 additions and 1 deletions
2
imap.js
2
imap.js
|
@ -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++];
|
||||
|
||||
|
|
Loading…
Reference in a new issue