From ec362a31ad3a1991fe432ba6b9bffcf2acc600e7 Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Fri, 2 Nov 2018 10:01:52 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 0b2efde..bdd621f 100644 --- a/FAQ.md +++ b/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). \ No newline at end of file +- 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). \ No newline at end of file