improvement: flush after every request that manipulates the db
This commit is contained in:
@@ -11,7 +11,7 @@ use std::collections::BTreeMap;
|
||||
feature = "conduit_bin",
|
||||
post("/_matrix/client/r0/search", data = "<body>")
|
||||
)]
|
||||
pub fn search_events_route(
|
||||
pub async fn search_events_route(
|
||||
db: State<'_, Database>,
|
||||
body: Ruma<search_events::Request<'_>>,
|
||||
) -> ConduitResult<search_events::Response> {
|
||||
|
||||
Reference in New Issue
Block a user