There is a performance reggresion caused by the introduction of Arc<Mutex<Connection>> instead of Connection that should be refactored. Also removed the db transcaction as it was incomplete.
There is a performance reggresion caused by the introduction of Arc<Mutex<Connection>> instead of Connection that should be refactored. Also removed the db transcaction as it was incomplete.