This commit is contained in:
syuilo
2018-04-02 18:59:48 +09:00
parent cb5fe0d48f
commit 5ceb808c6f
4 changed files with 7 additions and 3 deletions

View File

@ -30,6 +30,9 @@ const ev = new Xev();
process.title = 'Misskey';
// https://github.com/Automattic/kue/issues/822
require('events').EventEmitter.prototype._maxListeners = 256;
// Start app
main();