Skip to content

Commit 9203901

Browse files
committed
changed refresh rates
1 parent 0a6e4cf commit 9203901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/home.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
140140
setInterval(async () => {
141141
await mailboxGrid.update()
142-
}, 5000)
142+
}, 4000)
143143
</script>
144144
</body>
145145
</html>

views/select.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
6767
setInterval(async () => {
6868
await mailboxGrid.update()
69-
}, 5000)
69+
}, 3000)
7070
</script>
7171
</body>
7272
</html>

0 commit comments

Comments
 (0)