mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[FAQ] Update answers
parent
d7d2d3bada
commit
7ad50ec847
1 changed files with 4 additions and 4 deletions
8
FAQ.md
8
FAQ.md
|
@ -6,8 +6,8 @@ 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.
|
||||
|
||||
## How can I make a bridge update more frequently?
|
||||
You can do this if you are hosting the RSS-Bridge instance.
|
||||
There are two possible ways:
|
||||
- Change the programming of a particular bridge in order to reduce the specified cache duration. See [`CACHE_TIMEOUT`](https://github.com/RSS-Bridge/rss-bridge/wiki/BridgeAbstract#basic-metadata).
|
||||
- Activate [debug mode](https://github.com/RSS-Bridge/rss-bridge/wiki/Debug-mode), so RSS-Bridge ignores the cache and fetches new data on every request.
|
||||
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
|
Loading…
Add table
Reference in a new issue