Skip to content

Commit 7ff0507

Browse files
committed
Revert "chore(audio): increase monthly TTS character limit from 400k to 950k"
This reverts commit b057a0b.
1 parent 8cb4d37 commit 7ff0507

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 = "950000"
104+
value = "400000"
105105
}
106106
env {
107107
name = "LOCK_STALE_HOURS"

0 commit comments

Comments
 (0)