This commit is contained in:
Andris Reinman 2019-07-03 11:39:30 +03:00
parent 388e4deb34
commit 3b842a8dd2
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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": {