mirror of
https://github.com/alexankitty/Myrient-Search-Engine.git
synced 2026-01-15 16:33:15 -03:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user