Skip to content

Commit

Permalink
Time
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBolo committed May 5, 2024
1 parent 1ff1469 commit 7d8c554
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ resource "yandex_mdb_clickhouse_cluster" "clickhouse_starschema" {
timezone = "UTC"
geobase_uri = ""
query_log_retention_size = 1073741824
query_log_retention_time = 2592000
query_thread_log_enabled = true
query_thread_log_enabled = true
query_thread_log_retention_size = 536870912
part_log_retention_size = 536870912
part_log_retention_time = 2592000
metric_log_enabled = true
metric_log_retention_size = 536870912
trace_log_enabled = true
Expand Down

0 comments on commit 7d8c554

Please sign in to comment.