1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-16 14:36:23 +02:00

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

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