Revert "fix: api group set timeout: 0s not working." (#4931)

This commit is contained in:
Kevin Wan
2025-06-08 23:14:38 +08:00
committed by GitHub
parent 19fec36d24
commit 0f2b589d4d
5 changed files with 17 additions and 29 deletions

View File

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