aboutsummaryrefslogtreecommitdiff
path: root/multimedia/tautulli/files/patch-plexpy_config.py
blob: 8b08037aaa841f77740573c6f0127cd543924149 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plexpy/config.py.orig	2018-03-17 14:16:52 UTC
+++ plexpy/config.py
@@ -111,7 +111,7 @@ _CONFIG_DEFINITIONS = {
     'CACHE_DIR': (str, 'General', ''),
     'CACHE_IMAGES': (int, 'General', 1),
     'CACHE_SIZEMB': (int, 'Advanced', 32),
-    'CHECK_GITHUB': (int, 'General', 1),
+    'CHECK_GITHUB': (int, 'General', 0),
     'CHECK_GITHUB_INTERVAL': (int, 'General', 360),
     'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1),
     'CLEANUP_FILES': (int, 'General', 0),