parent
aecca28e54
commit
ae5a0a4fa5
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<meta name="theme-color" content="#ff5c00" />
|
||||
<!-- favicon -->
|
||||
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<title>Follow</title>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -41,7 +41,7 @@ export const hydrateDatabaseToStore = async () => {
|
|||
_isHydrated = true
|
||||
appLog("Hydrate data done,", `${Date.now() - now}ms`)
|
||||
}
|
||||
await Promise.race([hydrate(), sleep(1500).then(() => "timeout")]).then(
|
||||
await Promise.race([hydrate(), sleep(1000).then(() => "timeout")]).then(
|
||||
(result) => {
|
||||
if (result === "timeout") {
|
||||
appLog("Hydrate data timeout")
|
||||
|
|
|
|||
Loading…
Reference in New Issue