renamed files

This commit is contained in:
pippellia-btc
2025-05-30 10:40:24 +02:00
parent 90c70167f2
commit 7c17c1a16f
2 changed files with 1 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ func Firehose(ctx context.Context, config FirehoseConfig, check PubkeyChecker, s
Since: config.Since(),
}
seen := newBuffer(2048)
seen := newBuffer(1024)
for event := range pool.SubscribeMany(ctx, config.Relays, filter) {
if seen.Contains(event.ID) {
// event already seen, skip