Skip to content

Commit 696ea09

Browse files
committed
chore(audio): decrease monthly TTS character limit from 500k to 450k
1 parent 1a0ec09 commit 696ea09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/audio_generator.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ resource "google_cloud_run_v2_job" "audio_generator" {
101101
}
102102
env {
103103
name = "MONTHLY_TTS_CHAR_LIMIT"
104-
value = "500000"
104+
value = "450000"
105105
}
106106
env {
107107
name = "LOCK_STALE_HOURS"

0 commit comments

Comments
 (0)