|
@@ -532,7 +532,7 @@ export default class {
|
|
logger.error(`current feed "${currentFeed}" is invalid, please remove this feed manually`);
|
|
logger.error(`current feed "${currentFeed}" is invalid, please remove this feed manually`);
|
|
lock.workon++; setTimeout(this.work, this.workInterval * 1000 / lock.feed.length); return;
|
|
lock.workon++; setTimeout(this.work, this.workInterval * 1000 / lock.feed.length); return;
|
|
}
|
|
}
|
|
- const cachedFeed = this.cache[match[1]];
|
|
|
|
|
|
+ const cachedFeed = this.cache[lock.threads[currentFeed].id];
|
|
if (!cachedFeed) {
|
|
if (!cachedFeed) {
|
|
setTimeout(this.work, this.workInterval * 1000 / lock.feed.length); return;
|
|
setTimeout(this.work, this.workInterval * 1000 / lock.feed.length); return;
|
|
}
|
|
}
|