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