fix(log): increase log cache size from 200 to 500

This commit is contained in:
Soulter
2026-01-30 10:53:15 +08:00
parent 6e475074a4
commit f03dd87502
+1 -1
View File
@@ -33,7 +33,7 @@ import colorlog
from astrbot.core.config.default import VERSION
# 日志缓存大小
CACHED_SIZE = 200
CACHED_SIZE = 500
# 日志颜色配置
log_color_config = {
"DEBUG": "green",