aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/job-queue')
-rw-r--r--server/lib/job-queue/job-queue.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/lib/job-queue/job-queue.ts b/server/lib/job-queue/job-queue.ts
index acc69ef24..0333464bd 100644
--- a/server/lib/job-queue/job-queue.ts
+++ b/server/lib/job-queue/job-queue.ts
@@ -56,7 +56,8 @@ class JobQueue {
56 redis: { 56 redis: {
57 host: CONFIG.REDIS.HOSTNAME, 57 host: CONFIG.REDIS.HOSTNAME,
58 port: CONFIG.REDIS.PORT, 58 port: CONFIG.REDIS.PORT,
59 auth: CONFIG.REDIS.AUTH 59 auth: CONFIG.REDIS.AUTH,
60 db: CONFIG.REDIS.DB
60 } 61 }
61 }) 62 })
62 63