Skip to content

Commit

Permalink
scale throughput up so that the collections work
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Jan 18, 2024
1 parent ff32ad1 commit 2c9521a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/web/storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ resource "azurerm_cosmosdb_account" "db_account" {
failover_priority = 0
}
capacity {
# CosmosDB free tier allows for a throughput of 1000 at max
total_throughput_limit = 1000
total_throughput_limit = 3000
}
backup {
retention_in_hours = 168
Expand Down

0 comments on commit 2c9521a

Please sign in to comment.