disabled mem cache
[selectricity] / config / environments / production.rb
index 3192ef53fe394680cdc5785a3605c9ccfc1656ca..20ded00559a49d05e95a180342e910687db7bcfd 100644 (file)
@@ -1,8 +1,9 @@
 # Settings specified here will take precedence over those in config/environment.rb
 #
 #Enable memcache
-require('memcache')
-Cache=MemCache.new('localhost', :compression => true)
+#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

Benjamin Mako Hill || Want to submit a patch?