mirror of
https://github.com/langgenius/dify.git
synced 2026-01-14 06:07:33 +08:00
delete unnecessary db merge (#26588)
This commit is contained in:
parent
fdfccd1205
commit
1d6c03eddf
@ -107,7 +107,6 @@ class MessageCycleManager:
|
||||
if dify_config.DEBUG:
|
||||
logger.exception("generate conversation name failed, conversation_id: %s", conversation_id)
|
||||
|
||||
db.session.merge(conversation)
|
||||
db.session.commit()
|
||||
db.session.close()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user