From 95b15c8d80964c9ef0beedc95adbbc5b4e0de18a Mon Sep 17 00:00:00 2001 From: ImBenji Date: Thu, 23 Apr 2026 17:31:29 +0100 Subject: [PATCH] add worker event tracking; implement worker rates display in admin panel --- config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index 8f7de25..54ad940 100644 --- a/config.json +++ b/config.json @@ -57,15 +57,15 @@ "googleNews": "0 * * * *" }, "contentBackfill": { - "workers": 3, - "perSource": 50, - "batchSize": 25, - "plainConcurrency": 50, - "browserConcurrency": 8 + "workers": 8, + "perSource": 200, + "batchSize": 50, + "plainConcurrency": 80, + "browserConcurrency": 12 }, "embeddingBackfill": { - "perRound": 256, - "batchSize": 128 + "perRound": 512, + "batchSize": 256 }, "browser": { "maxConcurrentPages": 8