From 61316f5f275a6d59133bb5d21a793eacc38f46c1 Mon Sep 17 00:00:00 2001 From: carbotaniuman <41451839+carbotaniuman@users.noreply.github.com> Date: Sat, 4 Jul 2020 10:36:08 -0500 Subject: [PATCH] Update sample wording --- settings.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.sample.json b/settings.sample.json index 4c29f8d..42d6432 100755 --- a/settings.sample.json +++ b/settings.sample.json @@ -3,7 +3,7 @@ "client_hostname": "0.0.0.0", // "0.0.0.0" is the default and binds to everything "client_port": 443, // 443 is recommended if possible "client_external_port": 0, //443 is recommended; This port will be send to mdah-backend. - //You need to forward this to the client_port in your router; This is optional + //You need to forward this to the client_port in your router - 0 uses `client_port` "threads": 16, "graceful_shutdown_wait_seconds": 60, // Time from graceful shutdown start to force quit // This rounds down to 15-second increments