Updated FAQ (markdown)

LogMANOriginal 2018-11-02 10:01:52 +01:00
parent dcd27f0a95
commit ec362a31ad

4
FAQ.md

@ -12,5 +12,5 @@ The cache duration is bridge specific and can last anywhere between five minutes
## 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` 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).
- Enable [`custom_timeout`](Custom-Configuration#custom_timeout)
- Alternatively, change the default timeout for your bridge by modifying the `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).