feat(tts): implement TTS cache size limit and eviction policy

This commit is contained in:
Boody
2026-07-28 21:34:03 +03:00
parent d96c7af3df
commit 5104a9a967
3 changed files with 109 additions and 0 deletions
+1
View File
@@ -189,6 +189,7 @@ SEARXNG_INSTANCE=http://localhost:8080
# ODYSSEUS_EMAIL_COMPOSE_UPLOAD_MAX_BYTES=26214400 # email compose attachment (25 MB)
# ODYSSEUS_STT_MAX_AUDIO_BYTES=26214400 # speech-to-text audio (25 MB)
# ODYSSEUS_ICS_MAX_BYTES=10485760 # calendar .ics import (10 MB)
# ODYSSEUS_TTS_CACHE_MAX_BYTES=52428800 # TTS cache (500 MB)
# ============================================================
# Host Docker access (explicit opt-in)