replace yields point with consume_budget

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-19 08:14:02 +00:00
parent 8fedc358e0
commit 7680d1bd5e
2 changed files with 4 additions and 3 deletions

View file

@ -757,7 +757,6 @@ async fn load_joined_room(
};
delta_state_events.push(pdu);
tokio::task::yield_now().await;
}
}
}