mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Make Websocket send queue configurable
This commit is contained in:
committed by
Scott Schurr
parent
00c60d408a
commit
2e5ab4e0e3
@@ -832,6 +832,7 @@ to_Port(ParsedPort const& parsed, std::ostream& log)
|
||||
p.ssl_chain = parsed.ssl_chain;
|
||||
p.ssl_ciphers = parsed.ssl_ciphers;
|
||||
p.pmd_options = parsed.pmd_options;
|
||||
p.ws_queue_limit = parsed.ws_queue_limit;
|
||||
|
||||
return p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user