Skip to content

Commit 8a0637f

Browse files
committed
feat: increase the request timeout period
1 parent 03a1307 commit 8a0637f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/modules/proxy/clients/gemini.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export class GeminiClient {
154154

155155
private getInternalTimeoutMs(): number {
156156
const config = getServerConfig();
157-
const timeoutSeconds = config?.request_timeout ?? 60;
157+
const timeoutSeconds = config?.request_timeout ?? 300;
158158
return Math.max(1, timeoutSeconds) * 1000;
159159
}
160160

0 commit comments

Comments
 (0)