mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 16:45:02 +00:00
perf: memory leak (#5370)
* perf: memory leak * perf: workflow share buffer;Circle checker;Get file from stream * doc * remove report.md
This commit is contained in:
@@ -58,5 +58,5 @@ Due to servers potentially being located in different countries/regions, you agr
|
||||
|
||||
**Contact Us**
|
||||
|
||||
1. For any questions, suggestions, or complaints about this policy, contact us at: dennis@sealos.io.
|
||||
1. For any questions, suggestions, or complaints about this policy, contact us at: yujinlong@sealos.io.
|
||||
2. We will respond promptly and address your concerns.
|
||||
|
@@ -58,5 +58,5 @@ description: ' FastGPT 隐私政策'
|
||||
|
||||
**联系我们**
|
||||
|
||||
1. 如您对本隐私政策有任何疑问、建议或投诉,请通过以下方式与我们联系:dennis@sealos.io。
|
||||
1. 如您对本隐私政策有任何疑问、建议或投诉,请通过以下方式与我们联系:yujinlong@sealos.io。
|
||||
2. 我们将尽快回复并解决您提出的问题。
|
||||
|
@@ -72,4 +72,4 @@ This FastGPT Service Agreement constitutes the terms and conditions agreed betwe
|
||||
**Article 7 Additional Provisions**
|
||||
|
||||
1. If any clause is deemed unlawful or invalid, the remaining provisions shall remain enforceable.
|
||||
2. Sealos retains final authority in interpreting this Agreement and privacy policies. For any inquiries, please contact us at dennis@sealos.io.
|
||||
2. Sealos retains final authority in interpreting this Agreement and privacy policies. For any inquiries, please contact us at yujinlong@sealos.io.
|
||||
|
@@ -67,4 +67,4 @@ FastGPT 服务协议是您与珠海环界云计算有限公司(以下简称“
|
||||
**第7条 其他条款**
|
||||
|
||||
1. 如本协议中部分条款因违反法律法规而被视为无效,不影响其他条款的效力。
|
||||
2. 本公司保留对本协议及隐私政策的最终解释权。如您对本协议或隐私政策有任何疑问,请联系我们:dennis@sealos.io。
|
||||
2. 本公司保留对本协议及隐私政策的最终解释权。如您对本协议或隐私政策有任何疑问,请联系我们:yujinlong@sealos.io。
|
||||
|
18
document/content/docs/upgrading/4-11/4112.mdx
Normal file
18
document/content/docs/upgrading/4-11/4112.mdx
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: 'V4.11.2'
|
||||
description: 'FastGPT V4.11.2 更新说明'
|
||||
---
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. 优化 3 处存在潜在内存泄露的代码。
|
||||
2. 优化工作流部分递归检查,避免无限递归。
|
||||
3. 优化文档阅读 Worker,采用 ShareBuffer 避免数据拷贝。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. Doc2x API 更新,导致解析失败。
|
||||
|
||||
## 🔨 工具更新
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title": "4.11.x",
|
||||
"description": "",
|
||||
"pages": ["4111", "4110"]
|
||||
"pages": ["4112", "4111", "4110"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user