We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9aa0d commit 20f0ecdCopy full SHA for 20f0ecd
src/internal/defaultConfiguration.web.ts
@@ -2,7 +2,7 @@ export default {
2
reachabilityUrl: '/',
3
reachabilityTest: (response: Response): Promise<boolean> =>
4
Promise.resolve(response.status === 200),
5
- reachabilityShortTimeout: 60 * 1000, // 60s
6
- reachabilityLongTimeout: 5 * 1000, // 5s
+ reachabilityShortTimeout: 5 * 1000, // 5s
+ reachabilityLongTimeout: 60 * 1000, // 60s
7
reachabilityRequestTimeout: 15 * 1000, // 15s
8
};
0 commit comments