X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/bf1d24c356406d42a28aa8bb35e9bd567eefca9f..eed173db706db097ec48a83059d9879a56e2dd4b:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 3192ef5..d1b8f88 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,8 +1,8 @@ # 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) # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true