Skip to content

Commit

Permalink
Increased CGN RU limit (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldisaro authored Oct 31, 2024
1 parent 00c9580 commit 06ac3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/domains/cgn/_modules/cosmos/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ locals {
name = "user-cgns"
partition_key_path = "/fiscalCode"
autoscale_settings = {
max_throughput = 2000
max_throughput = 4000
},
},
{
name = "user-eyca-cards"
partition_key_path = "/fiscalCode"
autoscale_settings = {
max_throughput = 2000
max_throughput = 4000
},
},
]
Expand Down

0 comments on commit 06ac3a7

Please sign in to comment.