Skip to content

Commit

Permalink
Resolved the issue where the DISCOVER_UPSTREAM configuration item alw…
Browse files Browse the repository at this point in the history
…ays failed to synchronize in the http-polling configuration data sync mode; (#5889)

Co-authored-by: Vincent <[email protected]>
  • Loading branch information
xesprni and Vincent authored Jan 9, 2025
1 parent 90619b3 commit da2bcd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected boolean updateCacheIfNeed(final ConfigData<DiscoverySyncData> result)

@Override
public ConfigData<?> cacheConfigData() {
return GROUP_CACHE.get(ConfigGroupEnum.PROXY_SELECTOR);
return GROUP_CACHE.get(ConfigGroupEnum.DISCOVER_UPSTREAM);
}

}

0 comments on commit da2bcd1

Please sign in to comment.