We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d976b47 + 471a2d8 commit 710d0b9Copy full SHA for 710d0b9
1 file changed
config/config.php
@@ -90,8 +90,8 @@
90
// Win32 4.0.4 and 4.0.5 do not follow HTTP redirects, which fails the download of updates
91
if ($platform == "win32" && (version_compare($version, '4.0.4', '>=') && version_compare($version, '4.0.6', '<'))) {
92
$stableUrl = 'https://download.nextcloud.com/desktop/releases/Windows/';
93
- if (rand(0, 100) >= 2) {
94
- // only allow ~2% of requests receive an update to not overload the download server
+ if (rand(0, 100) >= 10) {
+ // only allow ~10% of requests receive an update to not overload the download server
95
$stableVersion = '4.0.4';
96
}
97
0 commit comments