about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:51:43 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:56:54 +0000
commit4410cd08162b34c4caf93d10d4b35de2e5f845aa (patch)
tree57cafd3bba4bdf8f9c8cefd97bb9dff568cde3ab /lib/zbatery.rb
parent1e11218dfb89e292197a4b6c8985a25fba08e592 (diff)
downloadzbatery-4410cd08162b34c4caf93d10d4b35de2e5f845aa.tar.gz
Zbatery 4.0.0 - another Rainbows! resync v4.0.0
This gets most of the improvements Rainbows! 4.0.0 got:

* client_max_header_size directive is added to limit per-client
  memory usage in headers.

* An experimental StreamResponseEpoll concurrency option

* minor bugfixes, minor stack depth reduction

Since Zbatery doesn't fork workers, the ability of Unicorn 4.x
to scale to a large amount of worker processes doesn't matter
to us.
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index c2b0aa3..15a32af 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "3.4.0"
+  VERSION = "4.0.0"
 
   Rainbows::Const::RACK_DEFAULTS["SERVER_SOFTWARE"] = "Zbatery #{VERSION}"