diff --git a/postgres_stek/postgres_stek.go b/postgres_stek/postgres_stek.go index 536afbcb..4bbf4b2e 100644 --- a/postgres_stek/postgres_stek.go +++ b/postgres_stek/postgres_stek.go @@ -110,8 +110,8 @@ func Connect_err(Connection connections.Connection) error { err = DB.Ping() } - mutex_Connect.Lock() //race - defer mutex_Connect.Unlock() + //mutex_Connect.Lock() //race + //defer mutex_Connect.Unlock() MapConnection[Connection.ID] = Connection MapConn[Connection.ID] = Conn