perf: increase Open-Meteo and Meteoblue cache TTL to 2 hours to reduce API rate limit bursts
This commit is contained in:
+6
-1
@@ -15,7 +15,12 @@ GROQ_API_KEY=your_groq_api_key_here
|
|||||||
|
|
||||||
# Meteoblue
|
# Meteoblue
|
||||||
METEOBLUE_API_KEY=your_meteoblue_api_key_here
|
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)
|
# Proxy Setting (optional)
|
||||||
HTTPS_PROXY=http://127.0.0.1:7890
|
HTTPS_PROXY=http://127.0.0.1:7890
|
||||||
|
|||||||
Reference in New Issue
Block a user