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

Method set_max_connections

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

Configuration methods for concurrency

Source from the content-addressed store, hash-verified

114
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; }

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected