From 2b769cba822506c1572793385993737d4ffff478 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 26 Oct 2025 11:03:44 +0000 Subject: feat: Add admin maintenance job to migrate large inline HTML (#2071) * Add admin maintenance job to migrate large inline HTML * add cursor * more fixes --- apps/workers/constants.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/workers/constants.ts (limited to 'apps/workers/constants.ts') diff --git a/apps/workers/constants.ts b/apps/workers/constants.ts new file mode 100644 index 00000000..954466bf --- /dev/null +++ b/apps/workers/constants.ts @@ -0,0 +1 @@ +export const HTML_CONTENT_SIZE_THRESHOLD = 50 * 1024; // 50KB -- cgit v1.2.3-70-g09d2