mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Cache GitHub update check on startup
* Fixes Tautulli/Tautulli-Issues#184
This commit is contained in:
parent
d746d2913f
commit
8157ee7811
3 changed files with 59 additions and 19 deletions
|
@ -89,6 +89,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'CHECK_GITHUB': (int, 'General', 1),
|
||||
'CHECK_GITHUB_INTERVAL': (int, 'General', 360),
|
||||
'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1),
|
||||
'CHECK_GITHUB_CACHE_SECONDS': (int, 'Advanced', 3600),
|
||||
'CLEANUP_FILES': (int, 'General', 0),
|
||||
'CLOUDINARY_CLOUD_NAME': (str, 'Cloudinary', ''),
|
||||
'CLOUDINARY_API_KEY': (str, 'Cloudinary', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue