mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-01 18:50:40 +01:00
Change queue db name
This commit is contained in:
parent
15da2de256
commit
f3ceb32a7c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue