almanac delivers data when disabled
This commit is contained in:
parent
a44bd866ed
commit
7cf9dd6466
3 changed files with 7 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ const weatherParameters = {};
|
|||
|
||||
// auto refresh
|
||||
const AUTO_REFRESH_INTERVAL_MS = 500;
|
||||
const AUTO_REFRESH_TIME_MS = 6000; // 10 min.
|
||||
const AUTO_REFRESH_TIME_MS = 600000; // 10 min.
|
||||
let AutoRefreshIntervalId = null;
|
||||
let AutoRefreshCountMs = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue