Lines 1-11
Link Here
|
1 |
--- plexpy/config.py.orig 2018-03-17 14:16:52 UTC |
1 |
--- plexpy/config.py.orig 2021-10-27 10:01:59 UTC |
2 |
+++ plexpy/config.py |
2 |
+++ plexpy/config.py |
3 |
@@ -111,7 +111,7 @@ _CONFIG_DEFINITIONS = { |
3 |
@@ -89,7 +89,7 @@ _CONFIG_DEFINITIONS = { |
4 |
'CACHE_DIR': (str, 'General', ''), |
|
|
5 |
'CACHE_IMAGES': (int, 'General', 1), |
4 |
'CACHE_IMAGES': (int, 'General', 1), |
6 |
'CACHE_SIZEMB': (int, 'Advanced', 32), |
5 |
'CACHE_SIZEMB': (int, 'Advanced', 32), |
|
|
6 |
'CHECK_DOCKER_MOUNT': (int, 'Advanced', 1), |
7 |
- 'CHECK_GITHUB': (int, 'General', 1), |
7 |
- 'CHECK_GITHUB': (int, 'General', 1), |
8 |
+ 'CHECK_GITHUB': (int, 'General', 0), |
8 |
+ 'CHECK_GITHUB': (int, 'General', 0), |
9 |
'CHECK_GITHUB_INTERVAL': (int, 'General', 360), |
9 |
'CHECK_GITHUB_INTERVAL': (int, 'General', 360), |
10 |
'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1), |
10 |
'CHECK_GITHUB_ON_STARTUP': (int, 'General', 1), |
11 |
'CLEANUP_FILES': (int, 'General', 0), |
11 |
'CHECK_GITHUB_CACHE_SECONDS': (int, 'Advanced', 3600), |
12 |
- |
|
|