mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 12:13:09 +02:00
Increase limit to avoid warning
This commit is contained in:
parent
866797a005
commit
765a10c8da
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue