MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Config_thread_pool_size_set

Function Config_thread_pool_size_set

src/configuration/config.c:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257//------------------------------------------------------------------------------
258
259static void Config_thread_pool_size_set
260(
261 uint nthreads
262) {
263 config.thread_pool_size = nthreads;
264}
265
266static uint Config_thread_pool_size_get(void) {
267 return config.thread_pool_size;

Callers 1

Config_Option_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected