You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2013/02/08 22:24:12 UTC

svn commit: r1444248 - /activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js

Author: chirino
Date: Fri Feb  8 21:24:12 2013
New Revision: 1444248

URL: http://svn.apache.org/r1444248
Log:
Bring back the refresh interval to 2

Modified:
    activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js

Modified: activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js?rev=1444248&r1=1444247&r2=1444248&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js (original)
+++ activemq/activemq-apollo/trunk/apollo-web/src/main/webapp/console/js/app.js Fri Feb  8 21:24:12 2013
@@ -4,7 +4,7 @@ App = Em.Application.create({
     width:$(window).width(),
   },
 
-  refresh_interval:30,
+  refresh_interval:2,
 
   ready: function() {
     this.schedule_refresh();