mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Add setting for GeoLite2 database update interval
This commit is contained in:
parent
7ee1c51810
commit
3b44a3afd2
4 changed files with 14 additions and 2 deletions
|
@ -176,6 +176,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'FREEZE_DB': (int, 'General', 0),
|
||||
'GEOIP_DB': (str, 'General', ''),
|
||||
'GEOIP_DB_INSTALLED': (int, 'General', 0),
|
||||
'GEOIP_DB_UPDATE_DAYS': (int, 'General', 30),
|
||||
'GET_FILE_SIZES': (int, 'General', 0),
|
||||
'GET_FILE_SIZES_HOLD': (dict, 'General', {'section_ids': [], 'rating_keys': []}),
|
||||
'GIT_BRANCH': (str, 'General', 'master'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue