This commit is contained in:
azw 2023-11-20 01:03:22 +00:00
parent 40b6747ae8
commit 50646e5ca0

View File

@ -36,9 +36,6 @@ impl UpStreamMgr {
}
pub fn init(&mut self) {
//let (tx, _) = std::sync::mpsc::channel();
std::thread::spawn(move || {
let rt = tokio::runtime::Builder::new_multi_thread()
.worker_threads(4)