Commit 21149d88 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0cd6ed95
......@@ -356,13 +356,13 @@ func (δBtail *ΔBtail) Track(ctx context.Context, key Key, keyPresent bool, pat
leafBucket = treeRoot.Entryv()[0].Child().(*Bucket) // because it is recreated
}
/*
bkeys := SetKey{}
for _, __ := range leafBucket.Entryv() {
bkeys.Add(__.Key())
}
fmt.Printf(" bkeys: %s\n", bkeys)
/*
for {
track.trackedKeys.Update(bkeys)
if track.parent == zodb.InvalidOid {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment