Skip to content

Commit

Permalink
Update preload_app! comment in dsl.rb
Browse files Browse the repository at this point in the history
The default changed in Puma 5 with puma#2143.
  • Loading branch information
dentarg committed Nov 7, 2020
1 parent 98979e7 commit 494645e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puma/dsl.rb
Expand Up @@ -561,7 +561,7 @@ def directory(dir)
end

# Preload the application before starting the workers; this conflicts with
# phased restart feature. This is off by default.
# phased restart feature. On by default if your app uses more than 1 worker.
#
# @note Cluster mode only.
# @example
Expand Down

0 comments on commit 494645e

Please sign in to comment.