Commit 0aa21691 authored by song's avatar song
Browse files

fix(antigravity): 减少 API 转发最大重试次数至 3

parent 60afc7f3
......@@ -20,7 +20,7 @@ import (
const (
antigravityStickySessionTTL = time.Hour
antigravityMaxRetries = 5
antigravityMaxRetries = 3
antigravityRetryBaseDelay = 1 * time.Second
antigravityRetryMaxDelay = 16 * time.Second
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment