Fall back to read-notify

This commit is contained in:
Dominik Werder
2024-01-19 16:23:56 +01:00
parent 05de9938c8
commit 403f0b37a3
11 changed files with 713 additions and 340 deletions

View File

@@ -51,7 +51,7 @@ async fn run_batcher<T>(rx: Receiver<T>, batch_tx: Sender<Vec<T>>, batch_limit:
},
Err(e) => {
let _: Elapsed = e;
trace!("-------------------------- batcher timeout rx len {}", rx.len());
// trace!("-------------------------- batcher timeout rx len {}", rx.len());
if all.len() > 0 {
do_emit = true;
}