mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Bump to 2.10.2
This commit is contained in:
parent
858e73c4f4
commit
bdb3478fb6
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
=== 2.10.2 / 2014-11-26
|
||||
|
||||
* 1 bug fix:
|
||||
* Conditionalize thread local cleaning, fixes perf degradation fix
|
||||
The code to clean out all Thread locals adds pretty significant
|
||||
overhead to a each request, so it has to be turned on explicitly
|
||||
if a user needs it.
|
||||
|
||||
=== 2.10.1 / 2014-11-24
|
||||
|
||||
* 1 bug fix:
|
||||
|
|
|
@ -28,7 +28,7 @@ module Puma
|
|||
# too taxing on performance.
|
||||
module Const
|
||||
|
||||
PUMA_VERSION = VERSION = "2.10.1".freeze
|
||||
PUMA_VERSION = VERSION = "2.10.2".freeze
|
||||
CODE_NAME = "Robots on Comets".freeze
|
||||
|
||||
FAST_TRACK_KA_TIMEOUT = 0.2
|
||||
|
|
Loading…
Reference in a new issue