From 3855f50d013c5872cd352d5bfcb7c7e51f170461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Fri, 30 Sep 2022 00:33:26 +0200 Subject: [PATCH] update cosmos meme --- azure-cosmosdb.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-cosmosdb.tf b/azure-cosmosdb.tf index 7435098..1dbfa40 100644 --- a/azure-cosmosdb.tf +++ b/azure-cosmosdb.tf @@ -7,9 +7,9 @@ resource "azurerm_cosmosdb_account" "cosmodb" { enable_free_tier = true consistency_policy { - consistency_level = "BoundedStaleness" - max_interval_in_seconds = 300 - max_staleness_prefix = 100000 + consistency_level = "Session" + max_interval_in_seconds = 5 + max_staleness_prefix = 100 } geo_location {