Increase resumable upload rollout 20 -> 50%

This commit is contained in:
Neeraj Gupta
2025-05-14 13:51:45 +05:30
parent 1d3ca81308
commit d98d220019

View File

@@ -310,7 +310,7 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
}
void _autoEnableResumableUpload() {
localSettings.autoEnableMultiplePart(20).ignore();
localSettings.autoEnableMultiplePart(50).ignore();
}
}