diff options
Diffstat (limited to 'app/converter')
| -rw-r--r-- | app/converter/config.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 3caa1ab..3727885 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -10,6 +10,10 @@ HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" in console logs every N # Words per TTS generation request (client-side chunking). CHUNK_SIZE = 250 +# Default for "Stop server and exit" on the Generate audiobooks form +# (TUI Settings menu: "Default stop server and exit"). +STOP_SERVER_AND_EXIT = False + # Default TTS backend. # audiocpp: audiocpp_server # qwen: qwen-tts-demo |
