negentropy integration

This commit is contained in:
Doug Hoyte
2023-05-01 17:51:14 -04:00
parent 371f95bce3
commit de475c59ff
10 changed files with 310 additions and 2 deletions

View File

@ -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();
});