MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / set_request_timeout

Method set_request_timeout

src/server/server.hpp:117–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 // Configuration methods for concurrency
116 void set_max_connections(size_t max_conns) { max_connections_ = max_conns; }
117 void set_request_timeout(std::chrono::seconds timeout) { request_timeout_ = timeout; }
118 void set_io_threads(size_t num_threads) { io_thread_count_ = num_threads; }
119 void set_npu_queue_length(size_t q_len) { max_npu_queue_ = q_len; }
120 // Maximum accepted HTTP request body size (in bytes)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected