mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 13:01:21 +00:00
e3: cleanup locality idx (#853)
This commit is contained in:
parent
d31bb96c59
commit
98f907a7a6
@ -364,9 +364,6 @@ func (si *LocalityIterator) advance() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
inFile := inStep / StepsInBiggestFile
|
inFile := inStep / StepsInBiggestFile
|
||||||
if inFile > 64 {
|
|
||||||
panic("this index supports only up to 64 files")
|
|
||||||
}
|
|
||||||
|
|
||||||
if !bytes.Equal(key, si.key) {
|
if !bytes.Equal(key, si.key) {
|
||||||
if si.key == nil {
|
if si.key == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user