using HLL for all counts to avoid duplicates

This commit is contained in:
pippellia-btc
2025-09-15 16:21:17 +02:00
parent 416e735552
commit d176d8c81d
3 changed files with 86 additions and 34 deletions

View File

@@ -83,6 +83,10 @@ func Archiver(
return
}
// if slices.Contains(userMetadataKinds, event.Kind) {
// }
err := func() error {
opctx, cancel := context.WithTimeout(ctx, 5*time.Second)
defer cancel()