[#HTTPServer-SetMaxConnections] = xref:HTTPServer.adoc[HTTPServer]::SetMaxConnections :relfileprefix: ../ :mrdocs: Set the maximum amount of connected HTTPClients (‐rpcmaxconnections) == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetMaxConnections(int max_conn); ---- == Parameters [cols="1,4"] |=== | Name| Description | *max_conn* | Maximum number of concurrent client connections. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#