Skip to content

Commit

Permalink
chore: set header limit to 24kB (#3580)
Browse files Browse the repository at this point in the history
* set limit backt to 80kb

* set limit to 24kB
  • Loading branch information
dbadura authored Jan 13, 2025
1 parent af14255 commit 75e2dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "SSL_CERT_FILE=certs.pem NODE_ENV=development nodemon --exec babel-node index.js",
"build": "webpack --mode=production",
"start:prod": "SSL_CERT_FILE=certs.pem NODE_ENV=production node backend-production.js",
"start:prod": "SSL_CERT_FILE=certs.pem NODE_ENV=production node --max-http-header-size 24576 backend-production.js",
"test": "jest"
},
"keywords": [],
Expand Down

0 comments on commit 75e2dec

Please sign in to comment.