mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Mention WEB_CONCURRENCY in History.md (#2482)
This commit is contained in:
parent
7aa62c7e5b
commit
4379bdc88a
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
* min_threads now set by environment variables PUMA_MIN_THREADS and MIN_THREADS. ([#2143])
|
||||
* max_threads now set by environment variables PUMA_MAX_THREADS and MAX_THREADS. ([#2143])
|
||||
* max_threads default to 5 in MRI or 16 for all other interpreters. ([#2143])
|
||||
* Configuration: number of workers is read from `WEB_CONCURRENCY` if `workers` isn't set ([#2143])
|
||||
* preload by default if workers > 1 ([#2143])
|
||||
* Puma::Plugin.workers_supported? has been removed. Use Puma.forkable? instead. ([#2143])
|
||||
* `tcp_mode` has been removed without replacement. ([#2169])
|
||||
|
|
Loading…
Reference in a new issue