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 3992bd7 commit f74b8ccCopy full SHA for f74b8cc
src/index.ts
@@ -16,8 +16,8 @@ const DEFAULT_CONFIGURATION = {
16
reachabilityUrl: 'https://clients3.google.com/generate_204',
17
reachabilityTest: (response: Response): Promise<boolean> =>
18
Promise.resolve(response.status === 204),
19
- reachabilityShortTimeout: 60 * 1000, // 60s
20
- reachabilityLongTimeout: 5 * 1000, // 5s
+ reachabilityLongTimeout: 60 * 1000, // 60s
+ reachabilityShortTimeout: 5 * 1000, // 5s
21
};
22
23
// Stores the currently used configuration
0 commit comments