Replies: 1 comment
-
|
@kocv59 Vite uses the underlying Node.js configureServer(server) {
server.httpServer.maxConnections = 1000;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have ECONNRESET errors when I send too many requests to server. What is maxConnections value that vite use and where can I change it?
Beta Was this translation helpful? Give feedback.
All reactions