From 7a4d91cea0b04188993378e0e165e0137fd67112 Mon Sep 17 00:00:00 2001 From: Isaac Abadi Date: Thu, 21 Apr 2022 22:08:47 -0400 Subject: [PATCH] Removed import of unregistered files on startup as it's a task now --- backend/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/app.js b/backend/app.js index ae71c15..2882663 100644 --- a/backend/app.js +++ b/backend/app.js @@ -536,8 +536,6 @@ async function loadConfig() { watchSubscriptionsInterval(); } - db_api.importUnregisteredFiles(); - // start the server here startServer();