From 3e0d5a9b6af9ec1283b0c0e8cfae6cca9c2bea3a Mon Sep 17 00:00:00 2001 From: Date: Mon, 11 Feb 2008 10:48:29 -0500 Subject: [PATCH] disabled mem cache --- config/environments/production.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/production.rb b/config/environments/production.rb index d1b8f88..20ded00 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -3,6 +3,7 @@ #Enable memcache #require('memcache') #Cache=MemCache.new('localhost', :compression => true) +Cache=nil # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true -- 2.30.2