mikedilger / chorus

Chorus is a nostr relay
Other
40 stars 7 forks source link

Limit group bug #13

Closed mikedilger closed 4 months ago

mikedilger commented 4 months ago

We are scanning different groups and once we hit limit we return, even though other groups may have newer events. We have to scan all groups, keep sorted, and take the newest. We can optimize a bit by bumping 'since' forward as we scan.

mikedilger commented 4 months ago

fixed