X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5d7239d388387fdae166801c7d26c4103d0d5b0c..2658beb48f9c3310e84a2738b7c8293d4fc3dbd4:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index cb295b8..3192ef5 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,5 +1,8 @@ # Settings specified here will take precedence over those in config/environment.rb - +# +#Enable memcache +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