Apologies if this is a wrong place. The frequency of “app is up to date” checks seems suggesting Obsidian has an OCD. Would you consider making it a configurable parameter?
You see, I work in terminal and having console window constantly spammed by those checks is more than annoying. If the editor is used in same terminal window the message is plastered across the screen from where the cursor currently is.
I understand it may be Electron’s heritage, but it seems to be a fairly easy fix.
https://www.electronjs.org/docs/tutorial/updates
setInterval(() => {
autoUpdater.checkForUpdates()
}, 60000
60000 in above example from Electron is 1 min (!), the default in the engine is 600000 == 10 minutes, something like once a day or even once a week would make much more sense, wouldn’t it?
This is not to mention other overheads (OS + network), not all of us are on the latest hardware.
Thank you.
Frederik.