This commit is contained in:
leiweibau
2022-08-04 15:41:42 +02:00
parent 1986b85580
commit 35fc9f2b0e

View File

@@ -187,7 +187,7 @@ function stopTimerRefreshData () {
function newTimerRefreshData (refeshFunction) {
timerRefreshData = setTimeout (function() {
refeshFunction();
}, 5000);
}, 60000);
}