fix: api group set timeout: 0s not working. (#4785)

This commit is contained in:
spectatorMrZ
2025-06-08 22:50:21 +08:00
committed by GitHub
parent f037bf344d
commit 19fec36d24
5 changed files with 29 additions and 17 deletions

View File

@@ -31,7 +31,7 @@ type (
}
featuredRoutes struct {
timeout time.Duration
timeout *time.Duration
priority bool
jwt jwtSetting
signature signatureSetting