✌️
This commit is contained in:
parent
cb5fe0d48f
commit
5ceb808c6f
4 changed files with 7 additions and 3 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue