summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_cache.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_cache.class b/it_cache.class
index d01df52..3fd154d 100644
--- a/it_cache.class
+++ b/it_cache.class
@@ -32,7 +32,7 @@ static function _defaults($p)
'hostsfile' => '/opt/ultra/etc/memcached.hosts',
);
- if (!it::is_live())
+ if (!it::is_live() && !$p['distributed_on_devel'])
$p['distributed'] = false; # Always local cache on non-live systems
return $p;