Merge pull request #1167 from touwaeriol/pr/proxy-fast-fail

fix(antigravity): fast-fail on proxy unavailable, temp-unschedule account
This commit is contained in:
Wesley Liddick
2026-03-20 09:12:39 +08:00
committed by GitHub
10 changed files with 125 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ func NewProxyExitInfoProber(cfg *config.Config) service.ProxyExitInfoProber {
}
const (
defaultProxyProbeTimeout = 30 * time.Second
defaultProxyProbeTimeout = 10 * time.Second
defaultProxyProbeResponseMaxBytes = int64(1024 * 1024)
)