feed: increase filter limit to 450

was accidentally lowered in cd99b5e5c1
OFF0 2022-12-18 23:33:05 +01:00
parent c88dfa03b9
commit 7cec00805e
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}
}));
}