rss-bridge/docs/03_For_Hosts/07_Customizations.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
811 B
Markdown
Raw Normal View History

2024-08-30 05:37:40 +03:00
RSS-Bridge ships a few options the host may or may not activate.
All options are listed in the [config.default.ini.php](https://github.com/RSS-Bridge/rss-bridge/blob/master/config.default.ini.php) file,
see [Custom Configuration](08_Custom_Configuration.md) section for more information.
## Customizable cache timeout
2024-08-30 05:37:40 +03:00
Sometimes it is necessary to specify custom timeouts to update contents more frequently
than the bridge maintainer intended.
In these cases the client may specify a custom cache timeout to prevent loading contents
from cache earlier (or later).
2024-08-30 05:37:40 +03:00
This option can be activated by setting the [`cache.custom_timeout`](08_Custom_Configuration.md#custom_timeout) option to `true`.
When enabled each bridge receives an additional parameter `Cache timeout in seconds`
that can be set to any value.