chore: Change default timeout to 30 min

This commit is contained in:
krille-chan 2024-05-26 09:06:37 +02:00
commit d82211b7af
No known key found for this signature in database

View file

@ -120,7 +120,7 @@ abstract class ClientManager {
}, },
nativeImplementations: nativeImplementations, nativeImplementations: nativeImplementations,
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null, customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
defaultNetworkRequestTimeout: const Duration(minutes: 5), defaultNetworkRequestTimeout: const Duration(minutes: 30),
enableDehydratedDevices: true, enableDehydratedDevices: true,
); );
} }