feat(sdk/auth): extend Gemini Web refresh lead to 1 hour

This commit is contained in:
hkfires
2025-09-28 08:40:32 +08:00
parent aa25820698
commit 19b10cb894

View File

@@ -24,6 +24,6 @@ func (a *GeminiWebAuthenticator) Login(ctx context.Context, cfg *config.Config,
}
func (a *GeminiWebAuthenticator) RefreshLead() *time.Duration {
d := 15 * time.Minute
d := time.Hour
return &d
}