mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Timer delay set to 15s
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
timerId = setInterval(() => {
|
timerId = setInterval(() => {
|
||||||
now.value = Date.now();
|
now.value = Date.now();
|
||||||
}, 5000);
|
}, 15000);
|
||||||
});
|
});
|
||||||
onBeforeUnmount(() => {
|
onBeforeUnmount(() => {
|
||||||
clearInterval(timerId);
|
clearInterval(timerId);
|
||||||
|
|||||||
Reference in New Issue
Block a user