1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

minor grammar tweaks

This commit is contained in:
Christopher Kuttruff 2014-03-01 16:03:40 -08:00
parent 7c0688575d
commit 9e86caa201

View file

@ -123,14 +123,14 @@
# end
# Allow workers to reload bundler context when master process is issued
# a USR1 signal. This allow proper reloading of gems while the master
# is preserved across a phased-restart (incompatible with preload_app)
# 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)
# prune_bundler
# Preload the application before starting the workers; this conflicts with
# phased restart feature; you cannot use both (default if false)
# phased restart feature. (default if false)
# preload_app