From 35fc9f2b0e58fc60260d0d48d5afeab152b22f32 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:41:42 +0200 Subject: [PATCH] Merge https://github.com/jokob-sk/Pi.Alert/commit/899b296bfe91b52680921d09c4653563f17aa27a --- front/js/pialert_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }