Skip to content

Commit

Permalink
preload_app! is not always disabled by default (#2581)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dentarg committed Mar 22, 2021
1 parent 0cc3f7d commit 1acb30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/restart.md
Expand Up @@ -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
Expand Down

0 comments on commit 1acb30d

Please sign in to comment.