mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-12-27 18:58:54 +08:00
v1.20.8
This commit is contained in:
parent
388e4deb34
commit
3b842a8dd2
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue