forked from nostr/nostrweb
feed: increase filter limit to 450
was accidentally lowered in cd99b5e5c1
parent
c88dfa03b9
commit
7cec00805e
|
@ -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…
Reference in New Issue