improvement: make better use of sqlite connections
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user