Puma: Explicitly disable preloading

Otherwise, setting WEB_CONCURRENCY would re-enable preloading.
This commit is contained in:
Sebastian Serth
2023-10-08 15:29:54 +02:00
parent e79e39927a
commit ce9dccc8f6

View File

@ -60,7 +60,7 @@ fork_worker
# Disable explicit preloading of our app.
# With `fork_worker`, we will have an implicit preloading.
# preload_app!
preload_app! false
# Disable automatic tagging of the service.
tag ''