MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / SetServerTimeout

Method SetServerTimeout

src/httpserver.h:282–282  ·  view source on GitHub ↗

* Set the idle client timeout (-rpcservertimeout) */

Source from the content-addressed store, hash-verified

280 * Set the idle client timeout (-rpcservertimeout)
281 */
282 void SetServerTimeout(std::chrono::seconds seconds) { m_rpcservertimeout = seconds; }
283
284 /**
285 * Force-remove all remaining clients from m_connected without waiting for

Callers 1

InitHTTPServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected