1
0
Fork 0
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:
Nate Berkopec 2020-05-19 06:27:19 +09:00 committed by GitHub
parent 91e57f4e17
commit 42bac4d8c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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