Faster refresh

This commit is contained in:
Ian Gulliver
2020-09-11 00:45:35 +00:00
parent 2f84820270
commit 67098f0df8

View File

@@ -204,7 +204,7 @@ function initClient() {
loadEvents().then((response) => {
events = response.result.items;
});
}, 30 * 60 * 1000);
}, 5 * 60 * 1000);
});
}