From 0921931b719d14354fdcf811a920ecca2eeb3d79 Mon Sep 17 00:00:00 2001 From: stickman33 Date: Sat, 28 Sep 2024 14:40:27 +0300 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca18c5e..66c96bc 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,5 @@ Available environment variables (\* marks required ones): - `DATA_DIR` - path to store the database, RSS feeds and other static files. Default: `user_data_dir` from [platformdirs](https://github.com/platformdirs/platformdirs?tab=readme-ov-file#platformdirs-to-the-rescue) - `FEED_SIZE` - size of the RSS feed. When your RSS feed grows larger than the limit, older entries are going to be discarded. Default: 200. - `INITIAL_FEED_SIZE` - number of messages we fetch for any new feed on the first run. Default value: 50. -- `UPDATE_INTERVAL` - how often the app should fetch new messages from Telegram and regenerate RSS feeds (in seconds). Default: 3600. \ No newline at end of file +- `UPDATE_INTERVAL` - how often the app should fetch new messages from Telegram and regenerate RSS feeds (in seconds). Default: 3600. +- `MAX_VIDEO_SIZE_MB` - the maximum allowed size (in megabytes) for video files to be downloaded from Telegram. Default value: 10. \ No newline at end of file