mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-19 04:40:52 +08:00
feat(sdk/auth): extend Gemini Web refresh lead to 1 hour
This commit is contained in:
@@ -24,6 +24,6 @@ func (a *GeminiWebAuthenticator) Login(ctx context.Context, cfg *config.Config,
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (a *GeminiWebAuthenticator) RefreshLead() *time.Duration {
|
func (a *GeminiWebAuthenticator) RefreshLead() *time.Duration {
|
||||||
d := 15 * time.Minute
|
d := time.Hour
|
||||||
return &d
|
return &d
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user