Skip to content

Commit e6001f7

Browse files
merge posts
1 parent 229606d commit e6001f7

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)