1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Temp disable prefetch

This commit is contained in:
Zhiyuan Zheng
2022-02-08 10:09:10 +01:00
parent d9d4e8c949
commit 11c22907af
2 changed files with 18 additions and 18 deletions

View File

@ -71,10 +71,10 @@ const netInfo = async (): Promise<{
loadPage = 'LocalPublic'
}
await initQuery({
instance,
prefetch: { enabled: true, page: loadPage }
})
// await initQuery({
// instance,
// prefetch: { enabled: true, page: loadPage }
// })
}
return Promise.resolve({ connected: true })