This commit is contained in:
jxxghp
2025-06-08 10:51:59 +08:00
parent 7320084e11
commit 0112087be4
4 changed files with 607 additions and 75 deletions
+2
View File
@@ -249,6 +249,8 @@ class ConfigModel(BaseModel):
BIG_MEMORY_MODE: bool = False
# 内存使用监控
MEMORY_MONITOR_ENABLE: bool = False
# 启用详细内存分析
MEMORY_DETAILED_ANALYSIS: bool = False
# 全局图片缓存,将媒体图片缓存到本地
GLOBAL_IMAGE_CACHE: bool = False
# 是否启用编码探测的性能模式