add Google News integration and enhance crawler capabilities

This commit is contained in:
ImBenji
2026-04-18 14:05:29 +01:00
parent 830766bcfe
commit 4883632e37
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ function startScheduler() {
}
try {
await backfillMissingContent();
const concurrency = Number(config.contentBackfill?.concurrency) || 5;
await backfillMissingContent(-1, concurrency);
} catch (error) {
console.error('content backfill failed:', error);
}