mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-04 18:35:30 +00:00
fixed .env.example ODYSSEUS_TTS_CACHE_MAX_BYTES into correct 500 MBs
This commit is contained in:
parent
98e4d8451b
commit
61c138d9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +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)
|
||||
# ODYSSEUS_TTS_CACHE_MAX_BYTES=524288000 # TTS cache (500 MB)
|
||||
|
||||
# ============================================================
|
||||
# Host Docker access (explicit opt-in)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue