Skip to content

Commit

Permalink
Update History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Jul 18, 2020
1 parent c6d730c commit 4d157ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions History.md
Expand Up @@ -6,6 +6,7 @@
## 5.0.0

* Features
* Allow compiling without OpenSSL and dynamically load files needed for SSL
* EXPERIMENTAL: Add `fork_worker` option and `refork` command for reduced memory usage by forking from a worker process instead of the master process. (#2099)
* EXPERIMENTAL: Added `wait_for_less_busy_worker` config. This may reduce latency on MRI through inserting a small delay before re-listening on the socket if worker is busy (#2079).
* EXPERIMENTAL: Added `nakayoshi_fork` option. Reduce memory usage in preloaded cluster-mode apps by GCing before fork and compacting, where available. (#2093, #2256)
Expand Down

0 comments on commit 4d157ba

Please sign in to comment.