Removed debug from client.cpp
This commit is contained in:
parent
a01b7bebd9
commit
d985f02790
@ -426,7 +426,6 @@ class MultiImplPool {
|
||||
std::shared_ptr<MultiImpl> get() {
|
||||
std::unique_lock<std::mutex> lock(mutex_);
|
||||
if (impls_.empty()) {
|
||||
Debug::DeathHandler dh;
|
||||
init_openssl_threads();
|
||||
|
||||
impls_.resize(clamp(thread::hardware_concurrency(), 8u, 1000u) * 5 / 4);
|
||||
|
Loading…
Reference in New Issue
Block a user