MCPcopy Create free account
hub / github.com/defold/defold / SetMaxKeepAlive

Function SetMaxKeepAlive

engine/dlib/src/dlib/connection_pool.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 void SetMaxKeepAlive(HPool pool, uint32_t max_keep_alive)
130 {
131 pool->m_MaxKeepAlive = max_keep_alive;
132 }
133
134 void GetStats(HPool pool, Stats* stats)
135 {

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68