Skip to content

Commit

Permalink
Update agollo.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzuoliang authored Feb 6, 2023
1 parent c51f9c9 commit 9d726ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions agollo.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ func (a *agollo) heartBeat() {
a.log("BackupFile", a.opts.BackupFile, "Namespace", namespace,
"Action", "Backup", "Error", err)
}
if len(oldValue.Different(config.Configurations)) == 0 {
return true
}
a.sendWatchCh(namespaceStr, oldValue, config.Configurations)
a.notificationMap.Store(namespaceStr, config.ReleaseKey)
}
Expand Down

0 comments on commit 9d726ca

Please sign in to comment.