mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-05-26 03:15:01 +00:00
eadf472dd0
- For clients, use a common thread pool that expires idle threads
rather than keeping 5 accept() threads for each client.
This also removes the configurable (30s default) max wait time
for a socket, this may have to be restored.
- Use pool for HTTP decompression also.