r1106 - xwiki/trunk/src/main/web/WEB-INF

Ludovic Dubost ludovic at users.forge.objectweb.org
Mon Jul 31 11:52:41 CEST 2006


Author: ludovic
Date: 2006-07-31 11:52:41 +0200 (Mon, 31 Jul 2006)
New Revision: 1106

Modified:
   xwiki/trunk/src/main/web/WEB-INF/oscache.properties
Log:
default oscache configuration should be not clustered

Modified: xwiki/trunk/src/main/web/WEB-INF/oscache.properties
===================================================================
--- xwiki/trunk/src/main/web/WEB-INF/oscache.properties	2006-07-31 09:36:31 UTC (rev 1105)
+++ xwiki/trunk/src/main/web/WEB-INF/oscache.properties	2006-07-31 09:52:41 UTC (rev 1106)
@@ -40,7 +40,7 @@
 #                       com.opensymphony.oscache.extra.ScopeEventListenerImpl
 
 # uncomment this to enable clustering
-cache.event.listeners=com.xpn.xwiki.cache.impl.SharedJavaGroupsBroadcastingListener,com.xpn.xwiki.cache.impl.XWikiCacheListener
+# cache.event.listeners=com.xpn.xwiki.cache.impl.SharedJavaGroupsBroadcastingListener,com.xpn.xwiki.cache.impl.XWikiCacheListener
 
 # CACHE PERSISTENCE CLASS
 #





More information about the Xwiki-notifications mailing list