mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Increase limit to avoid warning
This commit is contained in:
parent
d5f013193b
commit
dc328301bd
@ -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 New Issue
Block a user