From 1344fc974d77d890d5b1c9721538e0911854fc0c Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 2 May 2025 17:57:56 +0800 Subject: Add pprof endpoint --- forge.scfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'forge.scfg') diff --git a/forge.scfg b/forge.scfg index 399c882..1c8eeb9 100644 --- a/forge.scfg +++ b/forge.scfg @@ -98,3 +98,11 @@ lmtp { read_timeout 300 write_timeout 300 } + +pprof { + # What network to listen on for pprof? + net tcp + + # What address to listen on? + addr localhost:28471 +} -- cgit v1.2.3