mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 09:36:43 +00:00
negentropy integration
This commit is contained in:
@ -28,6 +28,10 @@ void RelayServer::run() {
|
||||
runReqMonitor(thr);
|
||||
});
|
||||
|
||||
tpNegentropy.init("Negentropy", cfg().relay__numThreads__negentropy, [this](auto &thr){
|
||||
runNegentropy(thr);
|
||||
});
|
||||
|
||||
cronThread = std::thread([this]{
|
||||
runCron();
|
||||
});
|
||||
|
Reference in New Issue
Block a user