Changeset 511


Ignore:
Timestamp:
02/06/11 23:43:29 (2 years ago)
Author:
philsmart
Message:
 
Location:
raptor-web/trunk/src/main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raptor-web/trunk/src/main/java/uk/ac/cardiff/raptorweb/engine/ChartProcessor.java

    r509 r511  
    4949 * @author philsmart 
    5050 *  
    51  *         Takes a chart from the MUA, and wraps it inside the current view technologies (trinidads) graph model 
     51 *         Takes a chart from the MUA, and wraps it inside the current graph view technologies (trinidad, JFreeChart) graph model 
    5252 */ 
    5353public class ChartProcessor { 
  • raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml

    r507 r511  
    8484                        <ref local="SystemStatsJobDetail" /> 
    8585                </property> 
    86                 <property name="startDelay" value="5000"/> 
     86                <property name="startDelay" value="50000"/> 
    8787                <property name="repeatInterval" value="300000"/> 
    8888        </bean> 
Note: See TracChangeset for help on using the changeset viewer.