Fixed issue with not all data being extracted with ExtractTo
This commit is contained in:
+1
-1
@@ -239,9 +239,9 @@ mainLoop:
|
||||
if err != nil {
|
||||
return totalWrite, err
|
||||
}
|
||||
curIndex++
|
||||
} else {
|
||||
backlog = append(backlog, cache)
|
||||
}
|
||||
curIndex++
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user