Skip to content

Commit dffee3a

Browse files
committed
This feature has not yet been released, it's only on puma/main
Have to wait for Puma 6.4.3, I guess!
1 parent 3d90922 commit dffee3a

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/puma.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# be configured to provide at least as many connections as the number of
2626
# threads. This includes Active Record's `pool` parameter in `database.yml`.
2727
threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
28-
threads threads_count
28+
threads threads_count, threads_count
2929

3030
# Specifies the `environment` that Puma will run in.
3131
rails_env = ENV.fetch("RAILS_ENV", "development")

0 commit comments

Comments
 (0)