aboutsummaryrefslogtreecommitdiff
path: root/cmd/syncthing/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/syncthing/main.go')
-rw-r--r--cmd/syncthing/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go
index 012aa92c6..fb19f1f28 100644
--- a/cmd/syncthing/main.go
+++ b/cmd/syncthing/main.go
@@ -32,6 +32,7 @@ import (
"github.com/alecthomas/kong"
"github.com/thejerf/suture/v4"
"github.com/willabides/kongplete"
+ _ "go.uber.org/automaxprocs"
"github.com/syncthing/syncthing/cmd/syncthing/cli"
"github.com/syncthing/syncthing/cmd/syncthing/cmdutil"