mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-10 09:32:28 +08:00
updated thread pool size
This commit is contained in:
parent
93fdeeb676
commit
2736ca2877
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
process.env.UV_THREADPOOL_SIZE = 128;
|
||||
process.env.UV_THREADPOOL_SIZE = 16;
|
||||
|
||||
let config = require('config');
|
||||
let log = require('npmlog');
|
||||
|
|
Loading…
Reference in a new issue