Browse Source

Document GOMAXPROCS instead of (useless) STDEADLOCKTIMEOUT

Jakob Borg 11 years ago
parent
commit
1c41b0bc2f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cmd/syncthing/main.go

+ 2 - 1
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() {