Make update deduplication list smaller

This commit is contained in:
Tulir Asokan 2023-07-15 01:51:36 +03:00
parent c0313dca87
commit 8b0717144f

View file

@ -27,7 +27,7 @@ type RPC struct {
skipCount int skipCount int
recentUpdates [32][32]byte recentUpdates [8][32]byte
recentUpdatesPtr int recentUpdatesPtr int
} }