849bacb55c
While here switch to DISTVERSION, pet portclippy and portfmt. Changes: https://github.com/Tautulli/Tautulli/releases/tag/v2.7.7 PR: 259479 Approved by: portmgr (maintainer timeout), philip (mentor) Differential Revision: https://reviews.freebsd.org/D33336
11 lines
498 B
Python
11 lines
498 B
Python
--- plexpy/config.py.orig 2021-10-27 10:01:59 UTC
|
|
+++ plexpy/config.py
|
|
@@ -89,7 +89,7 @@ _CONFIG_DEFINITIONS = {
|
|
'CACHE_IMAGES': (int, 'General', 1),
|
|
'CACHE_SIZEMB': (int, 'Advanced', 32),
|
|
'CHECK_DOCKER_MOUNT': (int, 'Advanced', 1),
|
|
- 'CHECK_GITHUB': (int, 'General', 1),
|
|
+ 'CHECK_GITHUB': (int, 'General', 0),
|
|
'CHECK_GITHUB_INTERVAL': (int, 'General', 360),
|
|
'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1),
|
|
'CHECK_GITHUB_CACHE_SECONDS': (int, 'Advanced', 3600),
|