mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-25 22:16:49 +08:00
update axios config
This commit is contained in:
parent
5718f14265
commit
efb2bc4b8f
@ -11,10 +11,10 @@ const MAX_CONTENT_LENGTH = 10 * 1024 * 1024;
|
||||
const MAX_REDIRECTS = 5;
|
||||
|
||||
// Maximum number of sockets to keep open
|
||||
const MAX_SOCKETS = 50;
|
||||
const MAX_SOCKETS = 200;
|
||||
|
||||
// Maximum number of free sockets to keep open
|
||||
const MAX_FREE_SOCKETS = 10;
|
||||
const MAX_FREE_SOCKETS = 50;
|
||||
|
||||
// Keep-alive timeout in milliseconds
|
||||
const KEEP_ALIVE_TIMEOUT = 30000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user