Skip to content

v0.6.0

Compare
Choose a tag to compare
@achetronic achetronic released this 21 Oct 18:23
· 11 commits to master since this release

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