Skip to content

Commit

Permalink
advice to use uvloop instead of PyPy interpreter. The uvloop gives a …
Browse files Browse the repository at this point in the history
…better speed and memory consumption
  • Loading branch information
alexbers committed Aug 24, 2019
1 parent d34a15b commit 4184875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ the VDS instance with 1 CPU core and 1024MB RAM.
The proxy can be launched:
- with a custom config: `python3 mtprotoproxy.py [configfile]`
- several times, clients will be automaticaly balanced between instances
- using *PyPy* interprteter
- with uvloop module to get an extra speed boost
- with runtime statistics exported for [Prometheus](https://prometheus.io/): using [prometheus](https://github.com/alexbers/mtprotoproxy/tree/prometheus) branch

0 comments on commit 4184875

Please sign in to comment.