diff options
author | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-13 18:31:28 +0300 |
---|---|---|
committer | bodqhrohro <bodqhrohro@gmail.com> | 2020-01-13 18:31:28 +0300 |
commit | cfc9e1d52292b69260ba38d8652b8a5f67787a67 (patch) | |
tree | 626667a9595d1d5489f5ccdbf44e846044d72e6c /README.md | |
parent | 48ac4fdcef1169bba42593b723a0ef0a15afd5e1 (diff) |
Add pprof
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ It is good idea to obtain Telegram API ID from [**https://my.telegram.org**](htt ... ``` +### Arguments ### + +* `--profiling-port=xxxx`: starts the pprof server on port `xxxx`. Access is limited to localhost. + ### How to receive files from Telegram ### First of all, you need to set up web server that will serve some directory in your filesystem. |