Remove sequelize pagination in full db tasks cause uh... it has a lot of problems that make no sense to me.

This commit is contained in:
Alexandra
2025-05-30 17:15:08 -06:00
parent e7bfcdc87a
commit d0d8ba01aa
4 changed files with 80 additions and 71 deletions

View File

@@ -40,6 +40,7 @@ let indexPage = "pages/index";
let flags = new Flag();
let consoleIcons = new ConsoleIcons(emulatorsData);
// Initialize databases
await initDB();
await initElasticsearch();
@@ -579,5 +580,4 @@ if (
cron.schedule("0 30 2 * * *", getFilesJob);
await metadataSearch.syncAllMetadata()
await metadataSearch.matchAllMetadata()
await optimizeDatabaseKws()