Update widget.js

pull/2577/head
Phil Roggenbuck 2023-02-14 16:03:14 +01:00 committed by GitHub
parent 1c9d62fe0f
commit c6856ecde6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ try {
settings = Object.assign({
'unitIsMmol': true,
'expireThreshold': 600000,
'reloadInterval': 5 * 60000,
'reloadInterval': 300000,
'hide': false
}, d || {});
return d;