aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-05-02 17:57:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-05-02 17:57:56 +0800
commit1344fc974d77d890d5b1c9721538e0911854fc0c (patch)
treeab0ad47e77a01c9234ed3048703553c4b075c441 /forge.scfg
parentgit2c: Some perror (diff)
downloadforge-1344fc974d77d890d5b1c9721538e0911854fc0c.tar.gz
forge-1344fc974d77d890d5b1c9721538e0911854fc0c.tar.zst
forge-1344fc974d77d890d5b1c9721538e0911854fc0c.zip
Add pprof endpointHEADmaster
Diffstat (limited to 'forge.scfg')
-rw-r--r--forge.scfg8
1 files changed, 8 insertions, 0 deletions
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
+}