wip
This commit is contained in:
parent
f5c55d46b7
commit
06347cd71e
4 changed files with 22 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue