Decrease update electron app interval check (#189)

This commit is contained in:
Hakan Shehu
2025-08-11 20:34:56 +02:00
committed by GitHub
parent 0a20bc4301
commit 3bb1d81f4b

View File

@@ -40,7 +40,7 @@ updateElectronApp({
repo: 'colanode/colanode',
host: 'https://update.electronjs.org',
},
updateInterval: '10 minutes',
updateInterval: '5 minutes',
notifyUser: true,
});