feat(config): track routing and cloak changes in config diff

This commit is contained in:
hkfires
2026-02-01 12:05:48 +08:00
parent 4649cadcb5
commit 6a258ff841
2 changed files with 15 additions and 1 deletions

View File

@@ -543,7 +543,6 @@ func (s *Service) Run(ctx context.Context) error {
selector = &coreauth.RoundRobinSelector{}
}
s.coreManager.SetSelector(selector)
log.Infof("routing strategy updated to %s", nextStrategy)
}
s.applyRetryConfig(newCfg)