From 440adf2f3b62a99160166a531f985064344ba4e7 Mon Sep 17 00:00:00 2001 From: Dag Date: Sun, 16 Jul 2023 22:28:20 +0200 Subject: [PATCH] fix(githubissue): add 10 min cache (#3545) --- bridges/GithubIssueBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/GithubIssueBridge.php b/bridges/GithubIssueBridge.php index 9ca84010..a75aa252 100644 --- a/bridges/GithubIssueBridge.php +++ b/bridges/GithubIssueBridge.php @@ -5,7 +5,7 @@ class GithubIssueBridge extends BridgeAbstract const MAINTAINER = 'Pierre Mazière'; const NAME = 'Github Issue'; const URI = 'https://github.com/'; - const CACHE_TIMEOUT = 0; // 10min + const CACHE_TIMEOUT = 600; // 10m const DESCRIPTION = 'Returns the issues or comments of an issue of a github project'; const PARAMETERS = [