Remove Comment

This commit is contained in:
Stripes
2023-04-08 13:59:51 +03:00
committed by GitHub
parent d77bad0ef1
commit e9231aa544
-2
View File
@@ -176,8 +176,6 @@ getCached().then(cached => {
addonManifest = body
cached.lastReached[task.url] = Date.now()
} else if (cached.catalog.length) {
// this could backfire in the case of rare updates and
// the addon being unreachable due to some fluke
if (cached.lastReached[task.url] && Date.now() - cached.lastReached[task.url] > config['maximum-unreachable']) {
rip = true
} else {