We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6af74 commit 941fee4Copy full SHA for 941fee4
internal/datasystem/store.go
@@ -193,7 +193,6 @@ func (s *Store) Commit() error {
193
s.mu.RLock()
194
defer s.mu.RUnlock()
195
196
- // Note: DataAvailability() will also take a read lock.
197
if s.availability == Refreshed && s.mirroring() {
198
flags, err := s.memoryStore.GetAll(datakinds.Features)
199
if err != nil {
0 commit comments