From b79ce7e6594259669763251e3cbf4404a6381d7c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Oct 2009 22:42:55 -0700 Subject: DRY setting of rack.multithread It's more fool-proof this way and prevents us from using idiotic/non-obvious concurrency model names. --- lib/rainbows/thread_spawn.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows/thread_spawn.rb') diff --git a/lib/rainbows/thread_spawn.rb b/lib/rainbows/thread_spawn.rb index fb9ea57..104e764 100644 --- a/lib/rainbows/thread_spawn.rb +++ b/lib/rainbows/thread_spawn.rb @@ -21,7 +21,6 @@ module Rainbows def worker_loop(worker) init_worker_process(worker) - RACK_DEFAULTS["rack.multithread"] = true threads = ThreadGroup.new alive = worker.tmp m = 0 -- cgit v1.2.3-24-ge0c7