X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f778b61c0358ad2d0593be4040406a418ae46579..9492d20a8752763c06952f600d3f5703be4fdc8a:/lib/mem_cache.rb diff --git a/lib/mem_cache.rb b/lib/mem_cache.rb index 269b0c3d6..ddb842b53 100644 --- a/lib/mem_cache.rb +++ b/lib/mem_cache.rb @@ -6,7 +6,7 @@ class MemCache < Memcached::Rails @@connections = [] def initialize(options = {}) - options.reverse_merge! :binary_protocol => true, :namespace_separator => ":" + options.reverse_merge! :namespace_separator => ":" super(MEMCACHE_SERVERS, options)