Skip to content

Commit e71ba8f

Browse files
Fix typo
1 parent a658c68 commit e71ba8f

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
@@ -7,7 +7,7 @@
77
#
88
# The ideal number of threads per worker depends both on how much time the
99
# application spends waiting for IO operations and on how much you wish to
10-
# to prioritize throughput over latency.
10+
# prioritize throughput over latency.
1111
#
1212
# As a rule of thumb, increasing the number of threads will increase how much
1313
# traffic a given process can handle (throughput), but due to CRuby's

0 commit comments

Comments
 (0)