Restore 5 minute update check instead of 30 seconds

This commit is contained in:
Josiah Glosson 2025-07-09 20:42:23 -05:00
parent 5495b01bc5
commit 8922c7ab03

View File

@ -394,8 +394,7 @@ async function checkUpdates() {
() => {
checkUpdates()
},
// 5 * 60 * 1000,
30 * 1000,
5 * 60 * 1000,
)
}