Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2026-02-01 20:22:46 +08:00
committed by GitHub
48 changed files with 322 additions and 6740 deletions

View File

@@ -558,7 +558,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)