Skip to content

fix(system-update): apply saved updaterIntervalSeconds on daemon connect - #3093

Merged
bbedward merged 1 commit into
AvengeMedia:masterfrom
tkroll-ionos:fix/updater-interval-setting-ignored
Aug 18, 2026
Merged

fix(system-update): apply saved updaterIntervalSeconds on daemon connect#3093
bbedward merged 1 commit into
AvengeMedia:masterfrom
tkroll-ionos:fix/updater-interval-setting-ignored

Conversation

@tkroll-ionos

Copy link
Copy Markdown
Contributor

Fixes #3092.

The daemon has no persistence and always starts at the 30min default; the saved interval was only ever pushed on manual Settings-UI interaction. Now it's re-applied on every fresh daemon connection.

The dms daemon always initializes IntervalSeconds to its 30-minute
default and has no persistence of its own; the saved SettingsData
value was only ever pushed on manual interaction with the Settings UI
dropdown. Result: every daemon (re)start silently reverts to checking
every 30 minutes regardless of the user's configured interval.
@bbedward
bbedward merged commit 5ca033d into AvengeMedia:master Aug 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System update checker ignores updaterIntervalSeconds, always polls every 30min

2 participants