mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Add scheduled task to optimize database
This commit is contained in:
parent
f76bd2af8e
commit
4edd6ce911
3 changed files with 20 additions and 2 deletions
|
@ -226,6 +226,7 @@ SCHEDULER_LIST = [
|
|||
('Refresh users list', 'scheduled'),
|
||||
('Refresh libraries list', 'scheduled'),
|
||||
('Refresh Plex server URLs', 'scheduled'),
|
||||
('Optimize Tautulli database', 'scheduled'),
|
||||
('Backup Tautulli database', 'scheduled'),
|
||||
('Backup Tautulli config', 'scheduled')
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue