Restore 5 minute update check instead of 30 seconds
This commit is contained in:
parent
5495b01bc5
commit
8922c7ab03
@ -394,8 +394,7 @@ async function checkUpdates() {
|
||||
() => {
|
||||
checkUpdates()
|
||||
},
|
||||
// 5 * 60 * 1000,
|
||||
30 * 1000,
|
||||
5 * 60 * 1000,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user