mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-25 02:37:53 -07:00
Undo timeout
This commit is contained in:
@@ -28,7 +28,7 @@ export class PrivateIpError extends Error {
|
||||
}
|
||||
}
|
||||
|
||||
let defaultHeadersTimeout = 60000; // 60 seconds
|
||||
let defaultHeadersTimeout = 300000; // 5 minutes
|
||||
const defaultBodyTimeout = 300000; // 5 minutes
|
||||
let currentProxy: string | undefined = undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user