mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Clarify behavior of '-t <num>'. Fixes #984
This commit is contained in:
parent
5654d558fd
commit
4172f42100
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ module Puma
|
|||
if max
|
||||
c.threads min, max
|
||||
else
|
||||
c.threads 0, max
|
||||
c.threads min, min
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue