sb-forecast: 30 second interval for retry logic Script now caches valid data for 30 minutes internally, so 30 second polling allows quick retries when data is missing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 files changed, 1 insertions(+), 1 deletions(-) M config.h
M config.h => config.h +1 -1
@@ 21,7 21,7 @@ #define BLOCKS(X) \ X("", "sb-aurora", 3600, 19) \ X("", "sb-doppler", 0, 13) \ - X("", "sb-forecast", 18000, 5) \ + X("", "sb-forecast", 30, 5) \ X("", "cat /tmp/recordingicon 2>/dev/null", 0, 9) \ X("", "sb-torrent", 20, 7) \ X("", "sb-news", 0, 6) \