Browse Source

Merge branch 'master' of https://github.com/seaweedfs/seaweedfs

pull/7965/head
Chris Lu 2 weeks ago
parent
commit
21a871f3ad
  1. 2
      weed/filer/meta_aggregator.go

2
weed/filer/meta_aggregator.go

@ -31,8 +31,8 @@ type MetaAggregator struct {
peerChansLock sync.Mutex
// notifying clients
ListenersLock sync.Mutex
ListenersCond *sync.Cond
ListenersWaits int64 // Atomic counter
ListenersCond *sync.Cond
}
// MetaAggregator only aggregates data "on the fly". The logs are not re-persisted to disk.

Loading…
Cancel
Save