diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-10-26 11:03:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 11:03:44 +0000 |
| commit | 2b769cba822506c1572793385993737d4ffff478 (patch) | |
| tree | 0e2380628c3a8691779fef6ef77e4a55f211ac51 /apps/workers/constants.ts | |
| parent | 17136006c77b5893ad112af6475b2355d346996e (diff) | |
| download | karakeep-2b769cba822506c1572793385993737d4ffff478.tar.zst | |
feat: Add admin maintenance job to migrate large inline HTML (#2071)
* Add admin maintenance job to migrate large inline HTML
* add cursor
* more fixes
Diffstat (limited to 'apps/workers/constants.ts')
| -rw-r--r-- | apps/workers/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
