summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/cache/cache.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/components/cache/cache.composite')
-rw-r--r--sca-cpp/trunk/components/cache/cache.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/components/cache/cache.composite b/sca-cpp/trunk/components/cache/cache.composite
index 2f22e424f9..8a96b6161b 100644
--- a/sca-cpp/trunk/components/cache/cache.composite
+++ b/sca-cpp/trunk/components/cache/cache.composite
@@ -26,7 +26,7 @@
<service name="memcache">
<binding.http uri="memcache"/>
</service>
- <property name="servers">localhost,localhost:11212,localhost:11213</property>
+ <property name="servers">localhost localhost:11212 localhost:11213</property>
</component>
<component name="l2cache">
@@ -34,7 +34,7 @@
<service name="l2cache">
<binding.http uri="l2cache"/>
</service>
- <property name="servers">localhost:11411,localhost:11412,localhost:11413</property>
+ <property name="servers">localhost:11411 localhost:11412 localhost:11413</property>
</component>
<component name="datacache">