Skip to content

Commit 330c10b

Browse files
chore: increase valid bundles RU to 5k PAGOPA-3388 (#3530)
Co-authored-by: Francesco Cesareo <cesareo.francesco@gmail.com>
1 parent 35617b1 commit 330c10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/afm-common/03_cosmosdb_afm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ locals {
147147
name = "validbundles",
148148
partition_key_path = "/idPsp",
149149
autoscale_settings = {
150-
max_throughput = var.env_short != "p" ? 1000 : 2000
150+
max_throughput = var.env_short != "p" ? 1000 : 5000
151151
},
152152
analytical_storage_ttl = -1,
153153
partition_key_version = null # 1,2

0 commit comments

Comments
 (0)