Merge pull request #397 from locnnil/patch-1

fix(run_server.py): help text for max_connection_time argument
This commit is contained in:
Vineet Suryan
2025-09-25 21:09:58 +05:30
committed by GitHub
+1 -1
View File
@@ -38,7 +38,7 @@ if __name__ == "__main__":
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/",