We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7796bd commit 0170c94Copy full SHA for 0170c94
railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt
@@ -21,7 +21,7 @@
21
# be configured to provide at least as many connections as the number of
22
# threads. This includes Active Record's `pool` parameter in `database.yml`.
23
threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
24
-threads threads_count, threads_count
+threads threads_count
25
26
# Specifies the `environment` that Puma will run in.
27
rails_env = ENV.fetch("RAILS_ENV", "development")
0 commit comments