chore: Increase default network request timeout
This commit is contained in:
parent
f46288aead
commit
78a3ef102c
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ abstract class ClientManager {
|
||||||
},
|
},
|
||||||
nativeImplementations: nativeImplementations,
|
nativeImplementations: nativeImplementations,
|
||||||
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
customImageResizer: PlatformInfos.isMobile ? customImageResizer : null,
|
||||||
|
defaultNetworkRequestTimeout: const Duration(minutes: 5),
|
||||||
enableDehydratedDevices: true,
|
enableDehydratedDevices: true,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue