Make update deduplication list smaller
This commit is contained in:
parent
c0313dca87
commit
8b0717144f
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ type RPC struct {
|
|||
|
||||
skipCount int
|
||||
|
||||
recentUpdates [32][32]byte
|
||||
recentUpdates [8][32]byte
|
||||
recentUpdatesPtr int
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue