mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
correct name
This commit is contained in:
parent
ec6a1cfddc
commit
edd3611166
@ -64,7 +64,7 @@ namespace llarp
|
|||||||
config->router.workerThreads = 1;
|
config->router.workerThreads = 1;
|
||||||
|
|
||||||
worker = std::make_shared< llarp::thread::ThreadPool >(
|
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;
|
nodedb_dir = config->netdb.nodedb_dir;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user