X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/d799e41626ef94ab28a3b5517dd2ed7d1e6b1001..005f5a86085c9cbcbc09c6655f3851a877462638:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 20ded00..4bb1351 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,9 +1,9 @@ # Settings specified here will take precedence over those in config/environment.rb # #Enable memcache -#require('memcache') -#Cache=MemCache.new('localhost', :compression => true) -Cache=nil +require('memcache') +Cache=MemCache.new('localhost', :compression => true) + # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true