Commit 131662a9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent aae77bfe
......@@ -1220,13 +1220,15 @@ func (f *BigFile) updateWatchers(ctx context.Context, blk int64, treepath []btre
blkrev := blkrevMax
blkrevRough := true
// XXX locking (f.watches)
wg, ctx := errgroup.WithContext(ctx)
for w := range f.watches {
w := w
fmt.Printf("S: read -> update watchers: w @%s\n", w.at)
// XXX locking
// XXX locking (w)
// the block is already covered by @w.at database view
if blkrev <= w.at {
......
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