mirror of
https://github.com/langgenius/dify.git
synced 2025-12-22 07:17:26 +00:00
fix session close issue (#13946)
This commit is contained in:
@@ -374,5 +374,3 @@ class RetrievalService:
|
||||
except Exception as e:
|
||||
db.session.rollback()
|
||||
raise e
|
||||
finally:
|
||||
db.session.close()
|
||||
|
||||
Reference in New Issue
Block a user