mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
pop
This commit is contained in:
parent
eff30b8f36
commit
517d04482c
@ -274,7 +274,7 @@ export class FeedReader {
|
|||||||
|
|
||||||
const fetchingStarted = Date.now();
|
const fetchingStarted = Date.now();
|
||||||
|
|
||||||
const url = this.feedQueue.next();
|
const url = this.feedQueue.pop();
|
||||||
let sleepFor = this.sleepingInterval;
|
let sleepFor = this.sleepingInterval;
|
||||||
|
|
||||||
if (url) {
|
if (url) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user