From 0fd702103051d4e9a2fd1c800eac0bfc7a068f6d Mon Sep 17 00:00:00 2001 From: Kirill Kotikov Date: Mon, 23 Mar 2020 10:35:02 +0300 Subject: [PATCH] Change cache time to 24hr (daily update time) --- bridges/GithubTrendingBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/GithubTrendingBridge.php b/bridges/GithubTrendingBridge.php index 0854946a..85c683d2 100644 --- a/bridges/GithubTrendingBridge.php +++ b/bridges/GithubTrendingBridge.php @@ -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(