Skip to content

Commit

Permalink
Update Bootstrap.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Nov 5, 2024
1 parent e561f28 commit 386e3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kit/src/provider/Bootstrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const checkNetInfo = async (devSettings: IDevSettingsPersistAtom) => {
reachabilityMethod: 'GET',
reachabilityHeaders: headers,
reachabilityTest: async (response) => response.status === 200,
reachabilityLongTimeout: 30 * 1000,
reachabilityShortTimeout: 10 * 1000,
reachabilityLongTimeout: 60 * 1000,
reachabilityShortTimeout: 5 * 1000,
reachabilityRequestTimeout: 10 * 1000,
reachabilityShouldRun: () => true,
// met iOS requirements to get SSID. Will leak memory if set to true without meeting requirements.
Expand Down

0 comments on commit 386e3ef

Please sign in to comment.