mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
fix(githubissue): add 10 min cache (#3545)
This commit is contained in:
parent
a59793e8d6
commit
440adf2f3b
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user