From 1c41b0bc2fdeb70d88a8f4e1f952baaf2549c888 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 28 Aug 2014 15:29:49 +0200 Subject: [PATCH] Document GOMAXPROCS instead of (useless) STDEADLOCKTIMEOUT --- cmd/syncthing/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 71cedd7b..365a00ea 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -143,7 +143,8 @@ The following enviroment variables are interpreted by syncthing: STPERFSTATS Write running performance statistics to perf-$pid.csv. Not supported on Windows. - STDEADLOCKTIMEOUT Alter deadlock detection timeout (seconds; default 1200).` + GOMAXPROCS Set the maximum number of CPU cores to use. Defaults to all + available CPU cores.` ) func init() {