aboutsummaryrefslogtreecommitdiff
path: root/forge.scfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
+}