[jboss-svn-commits] JBL Code SVN: r14645 - in labs/shotoku/trunk/shotoku-cache: cache-service/src/etc/META-INF and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 27 10:15:05 EDT 2007


Author: adamw
Date: 2007-08-27 10:15:05 -0400 (Mon, 27 Aug 2007)
New Revision: 14645

Modified:
   labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/pages/admin.jsp
   labs/shotoku/trunk/shotoku-cache/cache-service/src/etc/META-INF/jboss-service.xml
Log:
Adjusting configuration

Modified: labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/pages/admin.jsp
===================================================================
--- labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/pages/admin.jsp	2007-08-27 13:40:54 UTC (rev 14644)
+++ labs/shotoku/trunk/shotoku-cache/cache-admin/src/web/pages/admin.jsp	2007-08-27 14:15:05 UTC (rev 14645)
@@ -16,7 +16,7 @@
 			</rich:panel>
 			
 			<h:form>
-				<a4j:poll interval="5000" 
+				<a4j:poll interval="15000" 
 					reRender="information,statistics,cacheitem_information,keysInUpdate,keysNotInUpdate,alerts" />
 			</h:form>
 			

Modified: labs/shotoku/trunk/shotoku-cache/cache-service/src/etc/META-INF/jboss-service.xml
===================================================================
--- labs/shotoku/trunk/shotoku-cache/cache-service/src/etc/META-INF/jboss-service.xml	2007-08-27 13:40:54 UTC (rev 14644)
+++ labs/shotoku/trunk/shotoku-cache/cache-service/src/etc/META-INF/jboss-service.xml	2007-08-27 14:15:05 UTC (rev 14645)
@@ -5,8 +5,8 @@
 <server>
 	<mbean code="org.jboss.shotoku.cache.service.RenewableCacheService"
 		name="shotoku:service=RenewableCache">
-		<attribute name="Interval">10000</attribute>
-		<attribute name="UpdateThreadCount">3</attribute>
+		<attribute name="Interval">60000</attribute>
+		<attribute name="UpdateThreadCount">5</attribute>
 		<depends optional-attribute-name="TreeCache"
 			proxy-type="attribute">
 			shotoku:service=TreeCache
@@ -15,7 +15,7 @@
 	
 	<mbean code="org.jboss.shotoku.cache.service.monitor.RenewableCacheMonitorService"
 		name="shotoku:service=RenewableCacheMonitor">
-		<attribute name="Interval">30000</attribute>
+		<attribute name="Interval">120000</attribute>
 		<attribute name="MaximumNumberOfAlerts">20</attribute>
 		<attribute name="UpdateAlertIntervalMultiplier">2</attribute>
 		<attribute name="SmtpServer"></attribute>




More information about the jboss-svn-commits mailing list