-
Notifications
You must be signed in to change notification settings - Fork 2
keep alive on Node env #162
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
To improve SSR performance, on Node we should create axios instance by default with options:
httpAgent: new http.Agent({ keepAlive: true }),
httpsAgent: new https.Agent({ keepAlive: true }),It may be optionally disabled with a new env var.
use https://undici.nodejs.org/#/ ? 🤔
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed