Skip to content
Snippets Groups Projects
Commit 765a10c8 authored by syuilo's avatar syuilo
Browse files

Increase limit to avoid warning

parent 866797a0
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ if (process.env.NODE_ENV != 'production') {
}
// https://github.com/Automattic/kue/issues/822
require('events').EventEmitter.prototype._maxListeners = 256;
require('events').EventEmitter.prototype._maxListeners = 512;
// Start app
main();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment