From 74df8bd789ee2d56d0620e9852aa3eb7c48f0823 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 13 Dec 2025 14:36:37 +0000 Subject: feat: Add limits on number of rss feeds and webhooks per user --- docs/docs/03-configuration/01-environment-variables.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docs/03-configuration/01-environment-variables.md b/docs/docs/03-configuration/01-environment-variables.md index ff9721e8..61612479 100644 --- a/docs/docs/03-configuration/01-environment-variables.md +++ b/docs/docs/03-configuration/01-environment-variables.md @@ -29,6 +29,8 @@ The app is mainly configured by environment variables. All the used environment | ASSET_PREPROCESSING_NUM_WORKERS | No | 1 | Number of concurrent workers for asset preprocessing tasks (image processing, OCR, etc.). Increase this if you have many images or documents that need processing. | | ASSET_PREPROCESSING_JOB_TIMEOUT_SEC | No | 60 | How long to wait for an asset preprocessing job to finish before timing out. Increase this if you have large images or PDFs that take longer to process. | | RULE_ENGINE_NUM_WORKERS | No | 1 | Number of concurrent workers for rule engine processing. Increase this if you have complex automation rules that need to be processed quickly. | +| MAX_RSS_FEEDS_PER_USER | No | 1000 | The maximum number of RSS feeds a user can create. | +| MAX_WEBHOOKS_PER_USER | No | 100 | The maximum number of webhooks a user can create. | ## Asset Storage @@ -184,8 +186,8 @@ Karakeep uses [tesseract.js](https://github.com/naptha/tesseract.js) to extract You can use webhooks to trigger actions when bookmarks are created, changed or crawled. -| Name | Required | Default | Description | -| ------------------- | -------- | ------- | ------------------------------------------------- | +| Name | Required | Default | Description | +| ------------------- | -------- | ------- | -------------------------------------------------- | | WEBHOOK_TIMEOUT_SEC | No | 5 | The timeout for the webhook request in seconds. | | WEBHOOK_RETRY_TIMES | No | 3 | The number of times to retry the webhook request. | -- cgit v1.2.3-70-g09d2