MCPcopy Create free account
hub / github.com/acl-dev/acl / set_check_inter

Method set_check_inter

lib_acl_cpp/src/connpool/connect_manager.cpp:88–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void connect_manager::set_check_inter(int n)
89{
90 lock_guard guard(lock_);
91 check_inter_ = n;
92 for (manager_it it = manager_.begin(); it != manager_.end(); ++it) {
93 for (pools_it it2 = it->second->pools.begin();
94 it2 != it->second->pools.end(); ++it2) {
95 (*it2)->set_check_inter(n);
96 }
97 }
98}
99
100void connect_manager::set_idle_ttl(time_t ttl)
101{

Callers 1

create_poolMethod · 0.45

Calls 2

beginMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected