[#HTTPServer-SetServerTimeout] = xref:HTTPServer.adoc[HTTPServer]::SetServerTimeout :relfileprefix: ../ :mrdocs: Set the idle client timeout (‐rpcservertimeout) == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetServerTimeout(std::chrono::seconds seconds); ---- == Parameters [cols="1,4"] |=== | Name| Description | *seconds* | Idle duration after which a client is disconnected. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#