]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/production.rb
Add link to Contributors page on wiki from the main OSM copyright page.
[rails.git] / config / environments / production.rb
index e517d224540d65db2fdd244de4c4fdcbd6d336fa..56c33ec98398d160f952639c76e8437c806b6e70 100644 (file)
@@ -49,7 +49,7 @@ OpenStreetMap::Application.configure do
 
   # Use a different cache store in production
   if defined?(MEMCACHE_SERVERS)
-    config.cache_store = :mem_cache_store, MemCache.new(:namespace => "rails:cache")
+    config.cache_store = :mem_cache_store, MemCache.new(:namespace => "rails:cache", :no_block => true, :buffer_requests => true, :noreply => true)
   end
 
   # Enable serving of images, stylesheets, and JavaScripts from an asset server