diff options
author | Runxi Yu <me@runxiyu.org> | 2025-05-02 17:57:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-05-02 17:57:56 +0800 |
commit | 1344fc974d77d890d5b1c9721538e0911854fc0c (patch) | |
tree | ab0ad47e77a01c9234ed3048703553c4b075c441 /forge.scfg | |
parent | git2c: Some perror (diff) | |
download | forge-1344fc974d77d890d5b1c9721538e0911854fc0c.tar.gz forge-1344fc974d77d890d5b1c9721538e0911854fc0c.tar.zst forge-1344fc974d77d890d5b1c9721538e0911854fc0c.zip |
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 +} |