mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
fix typo
This commit is contained in:
parent
9e86caa201
commit
4dfec60ce7
1 changed files with 2 additions and 2 deletions
|
@ -125,12 +125,12 @@
|
|||
# Allow workers to reload bundler context when master process is issued
|
||||
# a USR1 signal. This allows proper reloading of gems while the master
|
||||
# is preserved across a phased-restart. (incompatible with preload_app)
|
||||
# (default if false)
|
||||
# (off by default)
|
||||
|
||||
# prune_bundler
|
||||
|
||||
# Preload the application before starting the workers; this conflicts with
|
||||
# phased restart feature. (default if false)
|
||||
# phased restart feature. (off by default)
|
||||
|
||||
# preload_app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue