[FAQ] Create new page

LogMANOriginal 2017-04-18 21:50:55 +02:00
parent d2c3b5c07a
commit 6025d31661

13
FAQ.md Normal file

@ -0,0 +1,13 @@
This page provides a collection of frequently asked questions and their answers. Please check this page before opening a new Issue :revolving_hearts:
* [Why is my bridge not showing new contents?](#why-is-my-bridge-not-showing-new-contents)
* [How can I make a bridge update more frequently?](#how-can-i-make-a-bridge-update-more-frequently)
## 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.
## 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.