Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
parser.add_argument('--max_connection_time',
type=int,
default=300,
help='Path to cache the converted ctranslate2 models.')
help='The maximum duration (in seconds) a client can stay connected. Defaults to 300 seconds (5 minutes)')
parser.add_argument('--cache_path', '-c',
type=str,
default="~/.cache/whisper-live/",
Expand Down