Skip to content

Commit b351de4

Browse files
Merge pull request #32 from NonLegit/developer
merge posts
2 parents c03f066 + e6001f7 commit b351de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/networks/dio_client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DioClient {
2424
BaseOptions(
2525
baseUrl: baseUrl,
2626
receiveDataWhenStatusError: true,
27-
connectTimeout: 50000, //why ther is this here ?
27+
connectTimeout: 5000, //why ther is this here ?
2828
receiveTimeout: 20 * 1000, //why ther is this here ?
2929
responseType: ResponseType.json,
3030
headers: {

0 commit comments

Comments
 (0)