Remove manual db optimize run

This commit is contained in:
Alexandra
2025-05-18 18:10:00 -06:00
parent 4d2c5ca41b
commit f60a245012

View File

@@ -507,5 +507,4 @@ if (
await getFilesJob();
}
cron.schedule("0 30 2 * * *", getFilesJob);
optimizeDatabaseKws();
cron.schedule("0 30 2 * * *", getFilesJob);