diff options
| author | Tyler Schicke <tschicke@gmail.com> | 2020-01-09 21:33:18 -0800 |
|---|---|---|
| committer | Tyler Schicke <tschicke@gmail.com> | 2020-01-09 21:33:18 -0800 |
| commit | 2295ab2500487da6b030d871b8d81724a4ddada3 (patch) | |
| tree | cc4bff122cd18066521affb382c0e93cde9b33ce /session.config.json | |
| parent | 786d25a4f8db1db8795f04a17fba392636e5f891 (diff) | |
| parent | a8aa0facfaa23298398c15aa906bc6d69c538564 (diff) | |
Merge branch 'master' of github.com:browngraphicslab/Dash-Web into no_db
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/session.config.json b/session.config.json index 6d3e5f94d..b2c45a0fc 100644 --- a/session.config.json +++ b/session.config.json @@ -4,7 +4,9 @@ "server": 1050, "socket": 4321 }, - "pollingRoute": "/serverHeartbeat", - "pollingIntervalSeconds": 15, - "pollingFailureTolerance": 0 + "polling": { + "route": "/serverHeartbeat", + "intervalSeconds": 15, + "failureTolerance": 0 + } } |
