update web

This commit is contained in:
YouROK
2021-02-01 22:00:22 +03:00
parent 77e562f1a3
commit 63e9e97d8e
6 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ export default function DialogCacheInfo(props) {
getCache(hash, (cache) => {
setCache(cache)
})
}, 1000)
}, 100)
else clearInterval(timerID.current)
return () => {