diff --git a/front/js/pialert_common.js b/front/js/pialert_common.js index 9a4e5524..3cfd073c 100644 --- a/front/js/pialert_common.js +++ b/front/js/pialert_common.js @@ -187,7 +187,7 @@ function stopTimerRefreshData () { function newTimerRefreshData (refeshFunction) { timerRefreshData = setTimeout (function() { refeshFunction(); - }, 5000); + }, 60000); }