Update CONFIGURING.md

This commit is contained in:
Viren070
2025-01-27 18:10:00 +00:00
committed by GitHub
parent 95b48c42cd
commit a87393abce
+3
View File
@@ -19,6 +19,9 @@
| `DEFAULT_MEDIAFLOW_API_PASSWORD` | Empty string (`''`) | The API password for the default MediaFlow URL. |
| `DEFAULT_MEDIAFLOW_PUBLIC_IP` | Empty string (`''`) | Public IP for the default MediaFlow instance. This IP is forwarded to other addons |
| `MAX_ADDONS` | `15` | Maximum number of addons allowed. |
| `CACHE_STREAM_RESULTS` | `true` | Whether to cache the responses from addons for a specific requests. Only useful when the exact same request with the same debrid service configuration is repeated within a small timeframe. This can end up overwriting the MediaFlow public IPs depending on how many users are using the instance |
| `CACHE_STREAM_RESULTS_TTL` | `600` | The time to live (TTL) for cached stream responses in seconds. Cache that becomes older than this time is discarded |
| `CACHE_MEDIAFLOW_IP_TTL` | `900` | The time to live (TTL) for cached public IPs for the same MediaFlow URL and password. |
| `MAX_CACHE_SIZE` | `1024` | Maximum number of items the memory cache can hold. The cache stores streams from addon responses (for 10 minutes) and MediaFlow Public IPs (for 5 minutes). |
| `MAX_KEYWORD_FILTERS` | `30` | The maximum number of individual filters that you are allowed to enter for all keyword filters |
| `MAX_MOVIE_SIZE` | `161061273600` (150 GiB) | The maximum movie size that the user can set with the slider at the configuration page |