replace yields point with consume_budget
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
8fedc358e0
commit
7680d1bd5e
2 changed files with 4 additions and 3 deletions
|
@ -757,7 +757,6 @@ async fn load_joined_room(
|
|||
};
|
||||
|
||||
delta_state_events.push(pdu);
|
||||
tokio::task::yield_now().await;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue