You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/27 13:26:40 UTC

svn commit: r1669561 - /steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Author: humbedooh
Date: Fri Mar 27 12:26:39 2015
New Revision: 1669561

URL: http://svn.apache.org/r1669561
Log:
increase interval for polling

Modified:
    steve/trunk/pysteve/www/htdocs/js/steve_monitor.js

Modified: steve/trunk/pysteve/www/htdocs/js/steve_monitor.js
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_monitor.js?rev=1669561&r1=1669560&r2=1669561&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_monitor.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_monitor.js Fri Mar 27 12:26:39 2015
@@ -144,7 +144,7 @@ function showChanges(issue) {
 		
 		window.setTimeout(showChanges, 2000, issue)
 	} else {
-		window.setTimeout(showChanges, 5000, issue)
+		window.setTimeout(showChanges, 15000, issue)
 		numvotes = 0;
 		if (votes[issue.id]) {
 			for (i in votes[issue.id]) numvotes++;