Skip to content

Commit

Permalink
chore: set explorer instance count to 3 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi authored May 13, 2022
1 parent 1e9965a commit eec0310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .happy/terraform/envs/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module stack {
stack_prefix = "/${var.stack_name}"
batch_container_memory_limit = 28000
memory = 50000
explorer_instance_count = 3

wait_for_steady_state = var.wait_for_steady_state
}

0 comments on commit eec0310

Please sign in to comment.