雾聪
2023-08-08 9a622b2ddcd2e8f1665d4004fa37f6b072ce3c09
funasr/runtime/websocket/funasr-wss-server.cpp
@@ -79,7 +79,7 @@
    TCLAP::ValueArg<int> decoder_thread_num(
        "", "decoder-thread-num", "decoder thread num", false, 8, "int");
    TCLAP::ValueArg<int> model_thread_num("", "model-thread-num",
                                          "model thread num", false, 1, "int");
                                          "model thread num", false, 4, "int");
    TCLAP::ValueArg<std::string> certfile("", "certfile", 
        "default: ../../../ssl_key/server.crt, path of certficate for WSS connection. if it is empty, it will be in WS mode.",