merge: v3.8.4

This commit is contained in:
icey-yu 2025-11-25 16:50:57 +08:00
parent 6f1cb995e9
commit 1a67f199dc

View File

@ -97,6 +97,7 @@ func newGinRouter(ctx context.Context, client discovery.SvcDiscoveryRegistry, cf
case BestSpeed:
r.Use(gzip.Gzip(gzip.BestSpeed))
}
// Use rate limiter middleware
if cfg.API.RateLimiter.Enable {
rl := &RateLimiter{