about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 1b5c3a8..648d90e 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -8,11 +8,6 @@ module Rainbows
     include Unicorn::Const
 
     RACK_DEFAULTS = ::Unicorn::HttpRequest::DEFAULTS.merge({
-
-      # we need to observe many of the rules for thread-safety even
-      # with Revactor or Rev, so we're considered multithread-ed even
-      # when we're not technically...
-      "rack.multithread" => true,
       "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}",
     })