improve event processing by adding asynchronous handling for better performance

This commit is contained in:
ImBenji
2026-04-21 13:03:00 +01:00
parent 07cabf43e3
commit 81bcf40a8d
5 changed files with 79 additions and 36 deletions
+3
View File
@@ -72,6 +72,9 @@ const BODY_PREFIX_BLOCKLIST = [
// yahoo finance serves its global nav when the article body is js-rendered
// and the plain fetch only gets the static shell
"today's news us politics world weather",
// cnbc paywall shell — no article body, just site nav
"subscribe to cnbc pro subscribe to investing club",
];