Skip to content

Commit

Permalink
[CES-131] Scale Up io-p-cosmos-api (#1204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamu0 authored Oct 4, 2024
1 parent cb21a1c commit 0c25a82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/_modules/cosmos_api/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ locals {
partition_key_version = null
default_ttl = -1
autoscale_settings = {
max_throughput = 67000
max_throughput = 200000
}
},
{
Expand All @@ -72,7 +72,7 @@ locals {
partition_key_version = null
default_ttl = -1
autoscale_settings = {
max_throughput = 46000
max_throughput = 100000
}
},
{
Expand Down Expand Up @@ -124,7 +124,7 @@ locals {
partition_key_path = "/fiscalCode"
partition_key_version = null
autoscale_settings = {
max_throughput = 48000
max_throughput = 100000
}
},
{
Expand Down

0 comments on commit 0c25a82

Please sign in to comment.