fix previous commit

pull/686/head
Jeff 5 years ago
parent b9cdfd116e
commit 284a352dda

@ -58,7 +58,7 @@ namespace llarp
{
SetPIDFile(config->system.pidfile);
}
auto threads = config.router.workerThreads();
auto threads = config->router.workerThreads();
if(threads <= 0)
threads = 1;
worker = std::make_shared< llarp::thread::ThreadPool >(threads, 1024, "llarp-worker");

Loading…
Cancel
Save