mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Fix "leader_thread" logic (for info messages) (#110)
This commit is contained in:
committed by
Lee *!* Clagett
parent
38c4999555
commit
f300bff69f
@@ -994,7 +994,7 @@ namespace lws
|
|||||||
auto data = std::make_shared<thread_data>(
|
auto data = std::make_shared<thread_data>(
|
||||||
std::move(client), disk.clone(), std::move(users), opts
|
std::move(client), disk.clone(), std::move(users), opts
|
||||||
);
|
);
|
||||||
threads.emplace_back(attrs, std::bind(&scan_loop, std::ref(self), std::move(data), opts.untrusted_daemon, false /*leader thread*/));
|
threads.emplace_back(attrs, std::bind(&scan_loop, std::ref(self), std::move(data), opts.untrusted_daemon, leader_thread));
|
||||||
}
|
}
|
||||||
|
|
||||||
auto last_check = std::chrono::steady_clock::now();
|
auto last_check = std::chrono::steady_clock::now();
|
||||||
|
|||||||
Reference in New Issue
Block a user