From 19b62446a1f05048c6fa940ea4cd7a94021d4ab1 Mon Sep 17 00:00:00 2001 From: Sam Wilkins Date: Sat, 4 Jan 2020 11:12:45 -0800 Subject: cleaner refactor, improved use of configuration --- session.config.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'session.config.json') diff --git a/session.config.json b/session.config.json index 1a1073c4f..7396e1135 100644 --- a/session.config.json +++ b/session.config.json @@ -1,10 +1,11 @@ { - "heartbeat": "http://localhost:1050/serverHeartbeat", - "signature": "Best,\nServer Session Manager", - "masterIdentifier": "__master__", - "workerIdentifier": "__worker__", + "showServerOutput": false, "recipients": [ "samuel_wilkins@brown.edu" ], - "silentChildren": true + "heartbeat": "http://localhost:1050/serverHeartbeat", + "pollingIntervalSeconds": 15, + "masterIdentifier": "__master__", + "workerIdentifier": "__worker__", + "signature": "Best,\nServer Session Manager" } \ No newline at end of file -- cgit v1.2.3-70-g09d2