Skip to content

Commit

Permalink
preload_app! is not always disabled by default (puma#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 puma#2143. Docs later updated in puma#2481.
  • Loading branch information
dentarg authored and JuanitoFatas committed Sep 9, 2022
1 parent 153a0ac commit 182715a
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 182715a

Please sign in to comment.