feat(stdiscosrv): enable HTTP profiler

This commit is contained in:
Jakob Borg 2024-09-07 09:05:49 +02:00
parent aed2c66e52
commit 77f7778292
No known key found for this signature in database

View File

@ -19,6 +19,8 @@ import (
"strings"
"time"
_ "net/http/pprof"
"github.com/prometheus/client_golang/prometheus/promhttp"
_ "github.com/syncthing/syncthing/lib/automaxprocs"
"github.com/syncthing/syncthing/lib/build"