aboutsummaryrefslogtreecommitdiff
path: root/cmd/ursrv/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ursrv/main.go')
-rw-r--r--cmd/ursrv/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/ursrv/main.go b/cmd/ursrv/main.go
index 25bdb0446..7019dd966 100644
--- a/cmd/ursrv/main.go
+++ b/cmd/ursrv/main.go
@@ -13,6 +13,7 @@ import (
"github.com/alecthomas/kong"
"github.com/syncthing/syncthing/cmd/ursrv/aggregate"
"github.com/syncthing/syncthing/cmd/ursrv/serve"
+ _ "go.uber.org/automaxprocs"
)
type CLI struct {