diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-10-26 11:17:16 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-10-26 11:17:16 +0000 |
| commit | cf3ffff0a5800168c3e4c446a0735084f62f8216 (patch) | |
| tree | 15e327911f4aff70e1c0d03737364a57c1b9d237 /apps/workers/constants.ts | |
| parent | 2b769cba822506c1572793385993737d4ffff478 (diff) | |
| download | karakeep-cf3ffff0a5800168c3e4c446a0735084f62f8216.tar.zst | |
feat: Allow configuring inline asset size threshold
Diffstat (limited to 'apps/workers/constants.ts')
| -rw-r--r-- | apps/workers/constants.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workers/constants.ts b/apps/workers/constants.ts deleted file mode 100644 index 954466bf..00000000 --- a/apps/workers/constants.ts +++ /dev/null @@ -1 +0,0 @@ -export const HTML_CONTENT_SIZE_THRESHOLD = 50 * 1024; // 50KB |
