Add setting for GeoLite2 database update interval

This commit is contained in:
JonnyWong16 2019-12-25 12:51:59 -08:00
parent 7ee1c51810
commit 3b44a3afd2
4 changed files with 14 additions and 2 deletions

View file

@ -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'),