Skip to content

Commit 3b17bda

Browse files
authored
Merge pull request #397 from locnnil/patch-1
fix(run_server.py): help text for max_connection_time argument
2 parents 5e6be74 + 95a9b7e commit 3b17bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
parser.add_argument('--max_connection_time',
3939
type=int,
4040
default=300,
41-
help='Path to cache the converted ctranslate2 models.')
41+
help='The maximum duration (in seconds) a client can stay connected. Defaults to 300 seconds (5 minutes)')
4242
parser.add_argument('--cache_path', '-c',
4343
type=str,
4444
default="~/.cache/whisper-live/",

0 commit comments

Comments
 (0)