X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/5f51982916827b84d73bfa8f3a98a9ee1d48d3ce..3e0d5a9b6af9ec1283b0c0e8cfae6cca9c2bea3a:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index cb295b8..20ded00 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,5 +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 # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests config.cache_classes = true