Skip to content

Commit e17dc84

Browse files
authored
Merge pull request rails#54893 from duffuniverse/fix-typo-in-tuning-performance-for-deployment-guide
Fix a typo in the Tuning Performance for Deployment guide [ci skip]
2 parents 1d1790b + 4a042c8 commit e17dc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/tuning_performance_for_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The Puma configuration resides in the `config/puma.rb` file.
111111
The two most important Puma configurations are the number of threads per process, and the number of processes,
112112
which Puma calls `workers`.
113113

114-
The number of threads per process is configured via the `thread` directive.
114+
The number of threads per process is configured via the `threads` directive.
115115
In the default generated configuration, it is set to `3`.
116116
You can modify it either by setting the `RAILS_MAX_THREADS` environment variable or simply editing the configuration
117117
file.

0 commit comments

Comments
 (0)