fix(githubissue): add 10 min cache (#3545)

This commit is contained in:
Dag 2023-07-16 22:28:20 +02:00 committed by GitHub
parent a59793e8d6
commit 440adf2f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [