Skip to content

Commit

Permalink
pop
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Feb 6, 2024
1 parent eff30b8 commit 517d044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feeds/FeedReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 517d044

Please sign in to comment.