mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
beta1 fix: nakayoshi_fork should default true when called
This commit is contained in:
parent
91e57f4e17
commit
42bac4d8c7
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ module Puma
|
|||
# also increase time to boot and fork. See your logs for details on how much
|
||||
# time this adds to your boot process. For most apps, it will be less than one
|
||||
# second.
|
||||
def nakayoshi_fork(enabled=false)
|
||||
def nakayoshi_fork(enabled=true)
|
||||
@options[:nakayoshi_fork] = enabled
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue