aboutsummaryrefslogtreecommitdiff
path: root/cmd/stcrashreceiver/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/stcrashreceiver/main.go')
-rw-r--r--cmd/stcrashreceiver/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/stcrashreceiver/main.go b/cmd/stcrashreceiver/main.go
index 197466a9a..788b14657 100644
--- a/cmd/stcrashreceiver/main.go
+++ b/cmd/stcrashreceiver/main.go
@@ -23,11 +23,11 @@ import (
"path/filepath"
"github.com/alecthomas/kong"
+ raven "github.com/getsentry/raven-go"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/syncthing/syncthing/lib/sha256"
"github.com/syncthing/syncthing/lib/ur"
-
- raven "github.com/getsentry/raven-go"
+ _ "go.uber.org/automaxprocs"
)
const maxRequestSize = 1 << 20 // 1 MiB