mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
fix dead links
parent
7ad50ec847
commit
90c8ee6016
1 changed files with 3 additions and 2 deletions
5
FAQ.md
5
FAQ.md
|
@ -6,8 +6,9 @@ This page provides a collection of frequently asked questions and their answers.
|
|||
## Why is my bridge not showing new contents?
|
||||
RSS-Bridge creates a cached version of your contents to reduce the amount of useless traffic. The cached version is created on the first request and served for any subsequent requests. After some time the cached version gets deleted and new content is loaded. The cache duration is bridge specific and can last anywhere between five minutes and 24 hours.
|
||||
|
||||
You can specify a custom cache timeout if this option is enabled on the server. See [Customizations](../Customizations#customizable-cache-timeout) for more information.
|
||||
You can specify a custom cache timeout if this option is enabled on the server. See *Customizations* below for more information.
|
||||
|
||||
## How can I make a bridge update more frequently?
|
||||
You can only do that if you are hosting the RSS-Bridge instance:
|
||||
- Enable [custom cache timeout](../Customizations#customizable-cache-timeout) to specify the timeout on each request
|
||||
- Enable `CUSTOM_CACHE_TIMEOUT` on [index.php](https://github.com/RSS-Bridge/rss-bridge/blob/master/index.php#L24);
|
||||
- Eventually, specify the timeout on each bridge by modifying `CACHE_TIMEOUT` constant in the relevant bridge file (e.g [here](https://github.com/RSS-Bridge/rss-bridge/blob/master/index.php#L24) for Twitter).
|
Loading…
Add table
Reference in a new issue