Mention WEB_CONCURRENCY in History.md (#2482)

This commit is contained in:
Patrik Ragnarsson 2020-11-09 18:02:55 +01:00 committed by GitHub
parent 7aa62c7e5b
commit 4379bdc88a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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])