mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 20:30:51 +08:00
fix(gemini-web): Correct stream translation and reduce auth refresh lead
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 {
|
||||
d := 3 * time.Hour
|
||||
d := 15 * time.Minute
|
||||
return &d
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user