Skip to content
Snippets Groups Projects
Commit 1c8827c0 authored by Megan Henning's avatar Megan Henning
Browse files

Add default inactivity timeout

parent 69bafd70
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ DEFAULT_CONFIG = {
'redirect_url': 'https://localhost',
'central_url': 'https://sdmc.scitran.io/api',
'registered': False,
'ssl_cert': None
'ssl_cert': None,
'inactivity_timeout': None
},
'queue': {
'max_retries': 3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment