mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
Change cache time to 24hr (daily update time)
This commit is contained in:
@@ -5,7 +5,7 @@ class GithubTrendingBridge extends BridgeAbstract {
|
||||
const NAME = 'Github Trending';
|
||||
const URI = 'https://github.com/trending';
|
||||
const URI_ITEM = 'https://github.com';
|
||||
const CACHE_TIMEOUT = 43200; // 12hr
|
||||
const CACHE_TIMEOUT = 86400; // 24hr (minimum since daily)
|
||||
const DESCRIPTION = 'See what the GitHub community is most excited repos.';
|
||||
const PARAMETERS = array(
|
||||
'By language' => array(
|
||||
|
Reference in New Issue
Block a user