Alasdair Macmillan
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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.
|
|
|
|
|