Commit adf4edba authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 646ac661
...@@ -330,7 +330,7 @@ func (δFtail *ΔFtail) rebuild1IfNeeded(foid zodb.Oid) (vδE []_ΔFileEpoch, he ...@@ -330,7 +330,7 @@ func (δFtail *ΔFtail) rebuild1IfNeeded(foid zodb.Oid) (vδE []_ΔFileEpoch, he
} }
// we become responsible to build vδE // we become responsible to build vδE
// release the lock while building // release the lock while building to allow simultaneous access to other files
job = &_RebuildJob{ready: make(chan struct{})} job = &_RebuildJob{ready: make(chan struct{})}
δftail.rebuildJob = job δftail.rebuildJob = job
δFtail.trackNew.Del(foid) δFtail.trackNew.Del(foid)
......
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