You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by lh...@apache.org on 2008/10/15 08:57:37 UTC

svn commit: r704796 - /servicemix/scripts/builds/webapps/builds/status.jsp

Author: lhein
Date: Tue Oct 14 23:57:37 2008
New Revision: 704796

URL: http://svn.apache.org/viewvc?rev=704796&view=rev
Log:
finished fix and set re-read timer to 20 minutes (for unknown status only)

Modified:
    servicemix/scripts/builds/webapps/builds/status.jsp

Modified: servicemix/scripts/builds/webapps/builds/status.jsp
URL: http://svn.apache.org/viewvc/servicemix/scripts/builds/webapps/builds/status.jsp?rev=704796&r1=704795&r2=704796&view=diff
==============================================================================
--- servicemix/scripts/builds/webapps/builds/status.jsp (original)
+++ servicemix/scripts/builds/webapps/builds/status.jsp Tue Oct 14 23:57:37 2008
@@ -59,7 +59,7 @@
   </style>
 </head>
 <body>
-<h1>Apache Build Status*</h1>
+<h1>Apache Build Status</h1>
 <hr /><br />
 
 <%!
@@ -73,7 +73,7 @@
   String key_timestamps = "timestamps";
   String key_lastresults= "lastResults";
   
-  long RE_READ_TIMER = 1 * 60 * 1000; // 20 minutes re-read timer for UNKNOWN status
+  long RE_READ_TIMER = 20 * 60 * 1000; // 20 minutes re-read timer for UNKNOWN status
   long ACTIVITY_TIME_OUT = 5 * 60 * 1000; // 5 minutes because of longer scp uploads
   
   TreeMap prjMap = null;