le1t0-deprec 2.1.6.069 → 2.1.6.070
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/deprec/recipes/memcache.rb +1 -1
- metadata +1 -1
@@ -24,7 +24,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
24
24
|
set :memcache_no_cas, false # -C -- memcached default is to use CAS
|
25
25
|
|
26
26
|
MEMCACHED_BOOLEAN_OPTIONS = {
|
27
|
-
:memcache_no_cas => :C
|
27
|
+
:memcache_no_cas => :C,
|
28
28
|
:memcache_large_memory_pages => :L,
|
29
29
|
:memcache_lock_down_paged_mem => :k,
|
30
30
|
:memcache_error_on_mem_exhausted => :M,
|