Option to specify backup interval

This commit is contained in:
JonnyWong16 2016-07-15 22:51:11 -07:00
parent 65b3d0c0de
commit b9bbf8bbca
4 changed files with 27 additions and 7 deletions

View file

@ -101,6 +101,7 @@ _CONFIG_DEFINITIONS = {
'BUFFER_THRESHOLD': (int, 'Monitoring', 3),
'BUFFER_WAIT': (int, 'Monitoring', 900),
'BACKUP_DIR': (str, 'General', ''),
'BACKUP_INTERVAL': (int, 'General', 6),
'CACHE_DIR': (str, 'General', ''),
'CACHE_IMAGES': (int, 'General', 1),
'CACHE_SIZEMB': (int, 'Advanced', 32),