From 26ddbb36f5c6e10fd8ce4083d23f7e36f2b63918 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Sep 2009 16:57:01 -0700 Subject: unicorn 0.10.3r * multiple listener and graceful shutdown support * enable murder_lazy_workers to nuke deadlocked processes * HTTP keepalive/pipelining support * remove Rev monkey patch, depend on rev 0.3.0 --- lib/unicorn/const.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicorn/const.rb') diff --git a/lib/unicorn/const.rb b/lib/unicorn/const.rb index 9b02b22..787afaa 100644 --- a/lib/unicorn/const.rb +++ b/lib/unicorn/const.rb @@ -5,7 +5,7 @@ module Unicorn # gave about a 3% to 10% performance improvement over using the strings directly. # Symbols did not really improve things much compared to constants. module Const - UNICORN_VERSION="0.10.2r".freeze + UNICORN_VERSION="0.10.3r".freeze DEFAULT_HOST = "0.0.0.0".freeze # default TCP listen host address DEFAULT_PORT = "8080".freeze # default TCP listen port -- cgit v1.2.3-24-ge0c7