From 3b842a8dd276ba3ab82a13a39ec7adc3a4aa987a Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Wed, 3 Jul 2019 11:39:30 +0300 Subject: [PATCH] v1.20.8 --- lib/consts.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/consts.js b/lib/consts.js index 9573d406..bfd7dc6f 100644 --- a/lib/consts.js +++ b/lib/consts.js @@ -90,7 +90,7 @@ module.exports = { // mongdb query TTL limits DB_MAX_TIME_USERS: 1 * 1000, DB_MAX_TIME_MAILBOXES: 800, - DB_MAX_TIME_MESSAGES: 10 * 1000, + DB_MAX_TIME_MESSAGES: 60 * 1000, // what is the max username part after wildcard MAX_ALLOWED_WILDCARD_LENGTH: 32, diff --git a/package.json b/package.json index 1c809bb7..4809c227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wildduck", - "version": "1.20.7", + "version": "1.20.8", "description": "IMAP/POP3 server built with Node.js and MongoDB", "main": "server.js", "scripts": {