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

Function Config_timeout_set

src/configuration/config.c:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186//------------------------------------------------------------------------------
187
188static void Config_timeout_set
189(
190 uint64_t timeout
191) {
192 config.timeout = timeout;
193}
194
195// check if new(TIMEOUT_DEFAULT or TIMEOUT_MAX) are used
196// log a deprecation message

Callers 1

Config_Option_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected