add more readme

This commit is contained in:
fyears
2022-03-19 14:12:06 +08:00
parent 15b14ac488
commit 50ae224769
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -984,7 +984,8 @@ const splitThreeSteps = (syncPlan: SyncPlanType, sortedKeys: string[]) => {
}
}
// the deletionOps should be run from shadowest to deepest
// the deletionOps should be run from max level to min level
// right now it is sorted by level from min to max (NOT length of key!)
// so we need to reverse it!
deletionOps.reverse(); // inplace reverse