retoor 6d671d0ee3 perf: raise thread pool to 2500 and buffer to 4096 with configurable backlog in serve methods
The thread count is increased from 500 to 2500 and buffer size from 64 to 4096 in the application constants. The `serve_async` and `serve` methods now accept an optional `backlog` parameter defaulting to `ZAMENYAT_BACKLOG=100`, which is passed to `asyncio.start_server` for improved connection queue management under high load.
2024-12-18 03:14:00 +00:00

Zamenyat

HTTP bridge configurable to replace the content you want to see replaced. This can be used to have a real version and anonymous version for a website for example like I did. This site exists in the retoor version and under my real name for example.

S
Description
HTTP bridge configurable to replace the content you want to see replaced. This can be used to have a real version and anonymous version for a website for example like I did. This site exists in the retoor version and under my real name for example.
Readme
88 KiB
Languages
Python 94.1%
Makefile 5.9%