mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 09:36:43 +00:00
remove quadrable and yesstr
This commit is contained in:
@ -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();
|
||||
});
|
||||
|
Reference in New Issue
Block a user