Skip to content

Commit

Permalink
Merge 80e1dcf into 86b5705
Browse files Browse the repository at this point in the history
  • Loading branch information
zou2699 authored Apr 26, 2021
2 parents 86b5705 + 80e1dcf commit e21535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/config_client/config_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func longPulling(taskId int) func() error {
}
for _, v := range initializationList {
v.isInitializing = false
cacheMap.Set(util.GetConfigCacheKey(v.dataId, v.group, clientConfig.NamespaceId), v)
cacheMap.Set(util.GetConfigCacheKey(v.dataId, v.group, v.tenant), v)
}
if len(strings.ToLower(strings.Trim(changed, " "))) == 0 {
logger.Info("[client.ListenConfig] no change")
Expand Down

0 comments on commit e21535c

Please sign in to comment.