Skip to content

Commit

Permalink
Merge pull request #541 from namecheap/feat/increase-request-payload-…
Browse files Browse the repository at this point in the history
…limit

feat(config): Increase default request payload limit to 1mb
  • Loading branch information
yehor-manzhula authored Oct 30, 2023
2 parents 2a5f4f5 + e5b98bc commit 0f6fa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
sessionSecret: 'zaM7%#BjyZZ3A5zV@Mpt',
},
http: {
requestLimit: '200kb',
requestLimit: '1mb',
},
healthCheck: {
url: '/ping',
Expand Down

0 comments on commit 0f6fa31

Please sign in to comment.