Removed import of unregistered files on startup as it's a task now

This commit is contained in:
Isaac Abadi
2022-04-21 22:08:47 -04:00
parent b53d9c9710
commit 7a4d91cea0

View File

@@ -536,8 +536,6 @@ async function loadConfig() {
watchSubscriptionsInterval();
}
db_api.importUnregisteredFiles();
// start the server here
startServer();