From 09b9471f6c9034ed203615b7821785ac5558dd65 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 9 Feb 2011 17:56:59 -0500 Subject: [PATCH] stop using fiber pool by default in production. we'll enable again when sweepers are threadsafe --- config/environments/production.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 409fe62aa..402dc9207 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -46,5 +46,3 @@ end LocalImpressHost = 'newimpress.openneo.net' RemoteImpressHost = 'impress.openneo.net' - -USE_FIBER_POOL = true