-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check for app updates every 8 hours #7765
Conversation
I haven't actually tested this yet, but I'm pretty sure it will work since it's a simple change. Tomorrow I will test this and add screenshots to be proper. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure how much value testing this change thoroughly would bring. The logic is pretty simple here. LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @neil-marcellini in version: 1.1.40-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.1.40-2 🚀
|
Hmmm. The proposal was about reducing the notifications, not the checking itself. |
Oh, that is a good point, I have overlooked that during a review @neil-marcellini |
@flodnv |
To clarify, does the app check on startup? |
Yes it checks on startup. When init is called on the electron updater it checks for updates here. The behavior is similar for web. |
I think it's probably fine although it feels a bit weird to knowingly introduce an "improvement" that means that most of our user base will be on an older version for several hours at a time. Perhaps it's ok though. |
Details
Rather than checking for app updates once per hour after the initial check, check once every 8 hours.
Fixed Issues
$ #7643
Tests
npm run desktop
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android