Puma: Explicitly disable preloading
Otherwise, setting WEB_CONCURRENCY would re-enable preloading.
This commit is contained in:
@ -60,7 +60,7 @@ fork_worker
|
|||||||
|
|
||||||
# Disable explicit preloading of our app.
|
# Disable explicit preloading of our app.
|
||||||
# With `fork_worker`, we will have an implicit preloading.
|
# With `fork_worker`, we will have an implicit preloading.
|
||||||
# preload_app!
|
preload_app! false
|
||||||
|
|
||||||
# Disable automatic tagging of the service.
|
# Disable automatic tagging of the service.
|
||||||
tag ''
|
tag ''
|
||||||
|
Reference in New Issue
Block a user