You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(misc): graceful pprof shutdown, Makefile and config comment syntax
Replace bare http.ListenAndServe in InitDebug with an http.Server that
shuts down cleanly on context cancellation. Remove build from .PHONY in
Makefile. Fix comment markers in config.yml.example from // to #.
0 commit comments