This commit is contained in:
Half-Shot 2024-02-06 13:03:24 +00:00
parent eff30b8f36
commit 517d04482c

View File

@ -274,7 +274,7 @@ export class FeedReader {
const fetchingStarted = Date.now();
const url = this.feedQueue.next();
const url = this.feedQueue.pop();
let sleepFor = this.sleepingInterval;
if (url) {