This commit is contained in:
syuilo
2018-04-05 18:08:51 +09:00
parent f5c55d46b7
commit 06347cd71e
4 changed files with 22 additions and 8 deletions

View File

@@ -30,6 +30,10 @@ const ev = new Xev();
process.title = 'Misskey';
if (process.env.NODE_ENV != 'production') {
process.env.DEBUG = 'misskey:*';
}
// https://github.com/Automattic/kue/issues/822
require('events').EventEmitter.prototype._maxListeners = 256;