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 deab30f commit 0a5b562Copy full SHA for 0a5b562
src/components/common/hooks/useOnline/service.ts
@@ -1,7 +1,7 @@
1
export const getFallbackInternetConnectivity = (controller: AbortController): Promise<any> => {
2
const timeoutId = setTimeout(() => {
3
controller.abort()
4
- }, 10000)
+ }, 20000)
5
6
return fetch('https://www.google.com/favicon.ico', {
7
method: 'HEAD',
0 commit comments