Use bee-queue instead of Kue

This commit is contained in:
syuilo
2018-07-26 08:11:47 +09:00
parent f778696a76
commit 77b493c9b0
8 changed files with 25 additions and 53 deletions

View File

@@ -31,9 +31,6 @@ if (process.env.NODE_ENV != 'production') {
process.env.DEBUG = 'misskey:*';
}
// https://github.com/Automattic/kue/issues/822
require('events').EventEmitter.prototype._maxListeners = 512;
// Start app
main();