1
0
Fork 0
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:
Evan Phoenix 2016-07-23 21:49:48 -07:00
parent 5654d558fd
commit 4172f42100

View file

@ -170,7 +170,7 @@ module Puma
if max
c.threads min, max
else
c.threads 0, max
c.threads min, min
end
end