From 1930ad32a48268404c7b23a460dc9895592698c6 Mon Sep 17 00:00:00 2001 From: iomgaa Date: Fri, 17 Jul 2026 04:52:34 -0400 Subject: [PATCH] chore: raise Redis cache TTL to 7 days --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 86352a8..974b654 100644 --- a/.env.example +++ b/.env.example @@ -47,7 +47,7 @@ LLM_TTFT_TIMEOUT=30 LLM_INTER_TOKEN_TIMEOUT=15 LLM_RETRY_MAX_DELAY=30.0 # 正整数秒,禁止 0(0 会被拒绝启动);训练场景建议 >= 单次训练时长 -REDIS_CACHE_TTL=86400 +REDIS_CACHE_TTL=604800 # 建树批量并行:全局 VLM/LLM 在途调用上限(Spec-2 工程配置) TREE_BUILD_API_CONCURRENCY=16