mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
preload_app! is not always disabled by default (#2581)
See https://github.com/puma/puma/blob/v5.2.2/lib/puma/dsl.rb#L615-L623 The default changed in Puma 5 with #2143. Docs later updated in #2481.
This commit is contained in:
parent
0cc3f7d71d
commit
1acb30d68d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Any of the following will cause a Puma server to perform a phased restart:
|
|||
### Supported configurations
|
||||
|
||||
* Works in cluster mode only
|
||||
* To support upgrading the application that Puma is serving, ensure `prune_bundler` is enabled and that `preload_app` is disabled (it is disabled by default).
|
||||
* To support upgrading the application that Puma is serving, ensure `prune_bundler` is enabled and that `preload_app!` is disabled
|
||||
* Supported on all platforms where cluster mode is supported
|
||||
|
||||
### Client experience
|
||||
|
|
Loading…
Reference in a new issue