Skip to content

Commit

Permalink
[PRMP-925] Upping mhs_spine_request_max_size as this was an arbitrary…
Browse files Browse the repository at this point in the history
… limit and too small for our needs
  • Loading branch information
chrisbloe committed Sep 24, 2024
1 parent c84cac7 commit b0740d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "mhs_synchronous_endpoint_url" {

variable "mhs_spine_request_max_size" {
description = "The maximum size of the request body (in bytes) that MHS outbound sends to Spine. This should be set minus any HTTP headers and other content in the HTTP packets sent to Spine."
default = "4999600" # This is 5 000 000 - 400 ie 5MB - 400 bytes, roughly the size of the rest of the HTTP packet
default = "9999600" # This is 5 000 000 - 400 ie 5MB - 400 bytes, roughly the size of the rest of the HTTP packet
}

variable "build_id" {
Expand Down

0 comments on commit b0740d5

Please sign in to comment.