We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a1307 commit 8a0637fCopy full SHA for 8a0637f
1 file changed
src/server/modules/proxy/clients/gemini.client.ts
@@ -154,7 +154,7 @@ export class GeminiClient {
154
155
private getInternalTimeoutMs(): number {
156
const config = getServerConfig();
157
- const timeoutSeconds = config?.request_timeout ?? 60;
+ const timeoutSeconds = config?.request_timeout ?? 300;
158
return Math.max(1, timeoutSeconds) * 1000;
159
}
160
0 commit comments