From 02486aa6f69af87693e0466e2cb992e82c8b3d84 Mon Sep 17 00:00:00 2001 From: jobertomeu Date: Mon, 25 Aug 2025 12:14:41 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 6dfaae8..e22c6c3 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ const port = 3000; app.use(cors()); app.use(express.json()); -const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.226:6379'); +const videoQueue = new Queue('crawlflix_queue', 'redis://192.168.1.230:6379'); videoQueue.on('error', (e) => { console.log('An error occured', e);