Add advanced setting for remote access ping threshold

This commit is contained in:
JonnyWong16 2016-10-08 21:49:52 -07:00 committed by JonnyWong16
parent eb3c189ab6
commit b8106186fb
2 changed files with 3 additions and 2 deletions

View file

@ -460,6 +460,7 @@ _CONFIG_DEFINITIONS = {
'REFRESH_LIBRARIES_ON_STARTUP': (int, 'Monitoring', 1),
'REFRESH_USERS_INTERVAL': (int, 'Monitoring', 12),
'REFRESH_USERS_ON_STARTUP': (int, 'Monitoring', 1),
'REMOTE_ACCESS_PING_THRESHOLD': (int, 'Advanced', 3),
'SESSION_DB_WRITE_ATTEMPTS': (int, 'Advanced', 5),
'SLACK_ENABLED': (int, 'Slack', 0),
'SLACK_HOOK': (str, 'Slack', ''),