mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-12 19:53:42 +08:00
优化聊天服务异步更新标题, 提高性能
This commit is contained in:
2
dist/modules/chat/chat.service.js
vendored
2
dist/modules/chat/chat.service.js
vendored
@@ -257,7 +257,7 @@ let ChatService = class ChatService {
|
|||||||
isSticky: false,
|
isSticky: false,
|
||||||
config: '',
|
config: '',
|
||||||
}, req);
|
}, req);
|
||||||
common_1.Logger.log(`更新标题名称为: ${chatTitle}`);
|
common_1.Logger.log(`${groupId} 更新标题名称为: ${chatTitle}`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user