Changeset 511
- Timestamp:
- 02/06/11 23:43:29 (2 years ago)
- Location:
- raptor-web/trunk/src/main
- Files:
-
- 2 edited
-
java/uk/ac/cardiff/raptorweb/engine/ChartProcessor.java (modified) (1 diff)
-
webapp/WEB-INF/config/web-setup.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
raptor-web/trunk/src/main/java/uk/ac/cardiff/raptorweb/engine/ChartProcessor.java
r509 r511 49 49 * @author philsmart 50 50 * 51 * Takes a chart from the MUA, and wraps it inside the current view technologies (trinidads) graph model51 * Takes a chart from the MUA, and wraps it inside the current graph view technologies (trinidad, JFreeChart) graph model 52 52 */ 53 53 public class ChartProcessor { -
raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml
r507 r511 84 84 <ref local="SystemStatsJobDetail" /> 85 85 </property> 86 <property name="startDelay" value="5000 "/>86 <property name="startDelay" value="50000"/> 87 87 <property name="repeatInterval" value="300000"/> 88 88 </bean>
Note: See TracChangeset
for help on using the changeset viewer.
