correct name

This commit is contained in:
Jeff Becker 2019-07-09 10:05:31 -04:00
parent ec6a1cfddc
commit edd3611166
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -64,7 +64,7 @@ namespace llarp
config->router.workerThreads = 1;
worker = std::make_shared< llarp::thread::ThreadPool >(
config->router.workerThreads, 1024, "llarp-cryptoworker");
config->router.workerThreads, 1024, "llarp-worker");
nodedb_dir = config->netdb.nodedb_dir;