diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-07 15:18:57 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-07 15:18:57 -0500 |
| commit | e216c2d45b59c708953f8e50876f388f1869c813 (patch) | |
| tree | 961dae0afcecb2bc3ca71b3513d9957c9875c82f /session.config.json | |
| parent | 8ab1e09906399232aa9bc7017b3195f4cd0ff746 (diff) | |
| parent | 3db477fd1711e9e8aecf445f04b191fb558ccecd (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'session.config.json')
| -rw-r--r-- | session.config.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/session.config.json b/session.config.json index 211422868..57ca9e3cc 100644 --- a/session.config.json +++ b/session.config.json @@ -5,5 +5,6 @@ "socket": 4321 }, "pollingRoute": "/serverHeartbeat", - "pollingIntervalSeconds": 15 + "pollingIntervalSeconds": 15, + "pollingFailureTolerance": 0 }
\ No newline at end of file |
