feed: increase filter limit to 450
ci/woodpecker/push/woodpecker Pipeline was successful Details

was accidentally lowered in cd99b5e5c1
pull/53/head
OFF0 1 year ago
parent c88dfa03b9
commit 7cec00805e
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -86,7 +86,7 @@ function sub24hFeed() {
kinds: [0, 1, 2, 7],
// until: Math.floor(Date.now() * 0.001),
since: Math.floor((Date.now() * 0.001) - (24 * 60 * 60)),
limit: 100,
limit: 450,
}
}));
}

Loading…
Cancel
Save