Commit 83f50497 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7811163e
...@@ -960,7 +960,7 @@ func (head *Head) bigopen(ctx context.Context, oid zodb.Oid) (_ *BigFile, err er ...@@ -960,7 +960,7 @@ func (head *Head) bigopen(ctx context.Context, oid zodb.Oid) (_ *BigFile, err er
zbfSize: zbfSize, zbfSize: zbfSize,
// XXX this is needed only for head/ // XXX this is needed only for head/
δFtail: NewΔTailI64(), // XXX indicate we have coverage starting from zconn.at? δFtail: NewΔTailI64(zconn.At()),
loading: make(map[int64]*blkLoadState), loading: make(map[int64]*blkLoadState),
}, nil }, nil
} }
......
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