Skip to content

Commit

Permalink
set limit to 24kB
Browse files Browse the repository at this point in the history
  • Loading branch information
dbadura committed Jan 13, 2025
1 parent ce842c8 commit 1a3e92d
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 --max-http-header-size 81920 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 1a3e92d

Please sign in to comment.