Faster refresh
This commit is contained in:
@@ -204,7 +204,7 @@ function initClient() {
|
|||||||
loadEvents().then((response) => {
|
loadEvents().then((response) => {
|
||||||
events = response.result.items;
|
events = response.result.items;
|
||||||
});
|
});
|
||||||
}, 30 * 60 * 1000);
|
}, 5 * 60 * 1000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user