diff --git a/mobile/lib/ui/home/landing_page_widget.dart b/mobile/lib/ui/home/landing_page_widget.dart index dda991b344..c3d2f1d7f7 100644 --- a/mobile/lib/ui/home/landing_page_widget.dart +++ b/mobile/lib/ui/home/landing_page_widget.dart @@ -310,7 +310,7 @@ class _LandingPageWidgetState extends State { } void _autoEnableResumableUpload() { - localSettings.autoEnableMultiplePart(20).ignore(); + localSettings.autoEnableMultiplePart(50).ignore(); } }