mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Option to specify backup interval
This commit is contained in:
parent
65b3d0c0de
commit
b9bbf8bbca
4 changed files with 27 additions and 7 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue