Compare commits

...

1 Commits

Author SHA1 Message Date
Caleb Gardner fe9344b633 Fixed issue with not all data being extracted with ExtractTo 2021-01-10 04:25:09 -06:00
+1 -1
View File
@@ -239,9 +239,9 @@ mainLoop:
if err != nil {
return totalWrite, err
}
curIndex++
} else {
backlog = append(backlog, cache)
}
curIndex++
}
}