mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
fix(githubissue): add 10 min cache (#3545)
This commit is contained in:
parent
a59793e8d6
commit
440adf2f3b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue