mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Update History.md
This commit is contained in:
parent
55885c924c
commit
55e78e4a4f
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
## 5.0.0
|
||||
|
||||
* Features
|
||||
* Allow compiling without OpenSSL and dynamically load files needed for SSL, add 'no ssl' CI (#2305)
|
||||
* 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue