Skip to content

Commit

Permalink
Remove setting autocommit, caused dropped connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Dec 26, 2024
1 parent 4205977 commit f9c0d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/dbcon/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def set_engine(self: Self) -> None:
"connect_timeout": 10,
"application_name": "appgoblin",
},
isolation_level="autocommit",
)
logger.info(f"Created PostgreSQL Engine {self.db_name}")
except Exception as error:
Expand Down

0 comments on commit f9c0d60

Please sign in to comment.