mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
Enable memory profiling
This commit is contained in:
parent
1f6ec1d9f5
commit
63fbccf5a9
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -1,12 +1,11 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"runtime"
|
||||
_ "net/http/pprof"
|
||||
|
||||
"github.com/navidrome/navidrome/cmd"
|
||||
)
|
||||
|
||||
func main() {
|
||||
runtime.MemProfileRate = 0
|
||||
cmd.Execute()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue