Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
0aa21691
Commit
0aa21691
authored
Jan 04, 2026
by
song
Browse files
fix(antigravity): 减少 API 转发最大重试次数至 3
parent
60afc7f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/internal/service/antigravity_gateway_service.go
View file @
0aa21691
...
...
@@ -20,7 +20,7 @@ import (
const
(
antigravityStickySessionTTL
=
time
.
Hour
antigravityMaxRetries
=
5
antigravityMaxRetries
=
3
antigravityRetryBaseDelay
=
1
*
time
.
Second
antigravityRetryMaxDelay
=
16
*
time
.
Second
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment