Change queue db name

This commit is contained in:
syuilo 2019-03-02 14:32:32 +09:00
parent 15da2de256
commit f3ceb32a7c
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const queue = initializeQueue();
function initializeQueue() {
if (queueAvailable && enableQueue) {
return new Queue('misskey', {
return new Queue('misskey-queue', {
redis: {
port: config.redis.port,
host: config.redis.host,