Double wait time until quit
On my modern Macbook 12" I've run into "Saving state took too long. Quitting.". We have users with spinning disk drives, so let's be a bit more generous.
This commit is contained in:
@@ -107,7 +107,7 @@ function init () {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
console.error('Saving state took too long. Quitting.')
|
console.error('Saving state took too long. Quitting.')
|
||||||
app.quit()
|
app.quit()
|
||||||
}, 2000) // quit after 2 secs, at most
|
}, 4000) // quit after 4 secs, at most
|
||||||
})
|
})
|
||||||
|
|
||||||
app.on('activate', function () {
|
app.on('activate', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user