mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 20:57:32 +08:00
fix: Enlarge the default retry timeout in ai-proxy (#1640)
This commit is contained in:
@@ -30,7 +30,7 @@ func (r *retryOnFailure) FromJson(json gjson.Result) {
|
||||
}
|
||||
r.retryTimeout = json.Get("retryTimeout").Int()
|
||||
if r.retryTimeout == 0 {
|
||||
r.retryTimeout = 5000
|
||||
r.retryTimeout = 30 * 1000
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user