mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
preload_app!
instead of preload_app
The correct property name is `preload_app!`, right?
This commit is contained in:
parent
db33a35768
commit
435e4e549b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
|||
# Preload the application before starting the workers; this conflicts with
|
||||
# phased restart feature. (off by default)
|
||||
|
||||
# preload_app
|
||||
# preload_app!
|
||||
|
||||
# Additional text to display in process listing
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue