Kokoro-FastAPI icon indicating copy to clipboard operation
Kokoro-FastAPI copied to clipboard

Can we make temp files settings configurable as environment variables?

Open mobilestack opened this issue 8 months ago • 0 comments

max_temp_dir_age_hours: int = 1 # Remove temp files older than 1 hour max_temp_dir_count: int = 3 # Maximum number of temp files to keep

These two variables would be better to be able to configure as environment variable in docker compose file.

mobilestack avatar Jun 06 '25 05:06 mobilestack