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