v0.6.0
Features:
-
Add ability to perform periodic cleanup: this feature force GC to clean in shorter periods, and force freeing back to the OS as much memory as the process can. This is not recommended unless you really know what you are doing
-
Add
.listener.options.maxConcurrentConnections
to hard limit the number of connections attended by the server concurrently
Fixes:
- Request.Body is closed properly, avoiding extra memory consumption
Contributors:
@achetronic