perf: increase Open-Meteo and Meteoblue cache TTL to 2 hours to reduce API rate limit bursts

This commit is contained in:
2569718930@qq.com
2026-03-11 04:10:23 +08:00
parent 46412511c8
commit cc1a9a3b77
+6 -1
View File
@@ -15,7 +15,12 @@ GROQ_API_KEY=your_groq_api_key_here
# Meteoblue
METEOBLUE_API_KEY=your_meteoblue_api_key_here
METEOBLUE_CACHE_TTL_SEC=1800
METEOBLUE_CACHE_TTL_SEC=7200
# Open-Meteo (forecast data changes ~hourly, no need to refresh more often)
OPEN_METEO_CACHE_TTL_SEC=7200
OPEN_METEO_ENSEMBLE_CACHE_TTL_SEC=7200
OPEN_METEO_MULTI_MODEL_CACHE_TTL_SEC=7200
# Proxy Setting (optional)
HTTPS_PROXY=http://127.0.0.1:7890