improvement: make better use of sqlite connections

This commit is contained in:
Timo Kösters
2021-08-02 10:13:34 +02:00
parent 2c4f966d60
commit bd63797213
31 changed files with 422 additions and 568 deletions

View File

@@ -49,7 +49,7 @@ pub async fn redact_event_route(
drop(mutex_lock);
db.flush().await?;
db.flush()?;
Ok(redact_event::Response { event_id }.into())
}