mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 02:00:45 +00:00
wip
This commit is contained in:
@ -32,6 +32,10 @@ void RelayServer::run() {
|
||||
runYesstr(thr);
|
||||
});
|
||||
|
||||
tpXor.init("Xor", cfg().relay__numThreads__xor, [this](auto &thr){
|
||||
runXor(thr);
|
||||
});
|
||||
|
||||
cronThread = std::thread([this]{
|
||||
runCron();
|
||||
});
|
||||
|
Reference in New Issue
Block a user