mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -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
|
@ -300,7 +300,7 @@ def initialize(config_file):
|
|||
# Check for new versions
|
||||
if CONFIG.CHECK_GITHUB_ON_STARTUP and CONFIG.CHECK_GITHUB:
|
||||
try:
|
||||
versioncheck.check_update()
|
||||
versioncheck.check_update(use_cache=True)
|
||||
except:
|
||||
logger.exception("Unhandled exception")
|
||||
LATEST_VERSION = CURRENT_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue