mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 23:42:37 -07:00
Limit number of failed session write attempts for activity pinger
* Default is 5 attempts, configurable manually in the config file.
This commit is contained in:
parent
baed101ef1
commit
b47f542df7
3 changed files with 29 additions and 3 deletions
|
@ -374,6 +374,7 @@ _CONFIG_DEFINITIONS = {
|
|||
'REFRESH_LIBRARIES_ON_STARTUP': (int, 'Monitoring', 1),
|
||||
'REFRESH_USERS_INTERVAL': (int, 'Monitoring', 12),
|
||||
'REFRESH_USERS_ON_STARTUP': (int, 'Monitoring', 1),
|
||||
'SESSION_DB_WRITE_ATTEMPTS': (int, 'Monitoring', 5),
|
||||
'SLACK_ENABLED': (int, 'Slack', 0),
|
||||
'SLACK_HOOK': (str, 'Slack', ''),
|
||||
'SLACK_CHANNEL': (str, 'Slack', ''),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue