From e1672f37b9bb0be4506b0df4610c14c3289df212 Mon Sep 17 00:00:00 2001 From: Airistotal Date: Tue, 18 Aug 2015 11:19:37 -0500 Subject: [PATCH] Changed refresh time on reports homepage --- client/galaxy/scripts/reports_webapp/run_stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/galaxy/scripts/reports_webapp/run_stats.js b/client/galaxy/scripts/reports_webapp/run_stats.js index c7f78bf97293..5c127e104fe8 100644 --- a/client/galaxy/scripts/reports_webapp/run_stats.js +++ b/client/galaxy/scripts/reports_webapp/run_stats.js @@ -40,7 +40,7 @@ function get_utc_time_hours() { function refresh() { window.location.reload(true); } -setTimeout(refresh, 900000); //15 minutes = 900000 ms +setTimeout(refresh, 60000); //1 minute = 60000 ms function create_chart( inp_data, name, time, title ) { require( ["d3"], function (e) {