mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 12:41:00 +03:00
Updated FAQ (markdown)
parent
dcd27f0a95
commit
ec362a31ad
1 changed files with 2 additions and 2 deletions
4
FAQ.md
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).
|
Loading…
Add table
Reference in a new issue