Skip to content
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

space out update notifications #1800

Closed
jospoortvliet opened this issue Feb 20, 2020 · 3 comments
Closed

space out update notifications #1800

jospoortvliet opened this issue Feb 20, 2020 · 3 comments
Labels
enhancement enhancement of a already implemented feature/code feature: 📥 install and update

Comments

@jospoortvliet
Copy link
Member

As mentioned in #1795 - our servers got flooded with hundreds of thousands of users who wanted a new version of our client. That doesn't really work - so we have to space out the updates a bit. How-what-I dunno, I leave that to you, team ;-)

@Volker-K
Copy link

How do the users install the desktop client? Any software distribution you can control or du they download it themselves?
If you can control the distribution, add

[UPDATER]
seenVersion=99

to ~/AppData/Roaming/Nextcloud/Nextcloud.cfg and no one will be asked to install a new version anymore.

misch7 added a commit that referenced this issue Feb 21, 2020
Used to throttle down desktop release rollout in order to keep the update servers alive at peak times.

See: nextcloud/client_updater_server#36

Targeted issues: #1795, #1800

Signed-off-by: Michael Schuster <[email protected]>
backportbot-nextcloud bot pushed a commit that referenced this issue Feb 21, 2020
Used to throttle down desktop release rollout in order to keep the update servers alive at peak times.

See: nextcloud/client_updater_server#36

Targeted issues: #1795, #1800

Signed-off-by: Michael Schuster <[email protected]>
@claell claell added enhancement enhancement of a already implemented feature/code feature: 📥 install and update labels Apr 4, 2020
@andyg2
Copy link

andyg2 commented Jul 15, 2020

The download is painfully slow at all times, spacing out the update notifications isn't going to help with that.
Creating a release on GitHub is both simple and a guaranteed fix for the problem. It's also free and unlimited.

We don't limit the total size of the binary files in the release or the bandwidth used to deliver them. However, each individual file must be smaller than 2 GB.

https://docs.github.com/en/github/managing-large-files/distributing-large-binaries

https://docs.github.com/en/github/administering-a-repository/about-releases

@jospoortvliet
Copy link
Member Author

fixed by using github for downloads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement of a already implemented feature/code feature: 📥 install and update
Projects
None yet
Development

No branches or pull requests

4 participants