remove quadrable and yesstr

This commit is contained in:
Doug Hoyte
2023-04-29 15:20:04 -04:00
parent 522258dafa
commit 0cbc937bf0
25 changed files with 35 additions and 600 deletions

View File

@ -28,10 +28,6 @@ void RelayServer::run() {
runReqMonitor(thr);
});
tpYesstr.init("Yesstr", cfg().relay__numThreads__yesstr, [this](auto &thr){
runYesstr(thr);
});
cronThread = std::thread([this]{
runCron();
});