Skip to content

Commit

Permalink
change listener sort
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Jul 20, 2020
1 parent 602c1ec commit facbd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func UpdateApolloConfig(apolloConfig *env.ApolloConfig, isBackupConfig bool) {

//get change list
changeList := UpdateApolloConfigCache(apolloConfig.Configurations, configCacheExpireTime, apolloConfig.NamespaceName)

if len(changeList) > 0 {
//create config change event base on change list
event := createConfigChangeEvent(changeList, apolloConfig.NamespaceName)
Expand Down

0 comments on commit facbd4d

Please sign in to comment.