From 32028b720b285e9c7d5e2ea0014a09bf81a7a258 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:45:00 +0300 Subject: [PATCH] Avoid peak traffic times for weather updates --- .config/setup/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/setup/crontab b/.config/setup/crontab index a52cfe8..9998313 100644 --- a/.config/setup/crontab +++ b/.config/setup/crontab @@ -1,2 +1,2 @@ -@hourly /home/ohad/.local/bin/update-weather +5 * * * * /home/ohad/.local/bin/update-weather @hourly /home/ohad/.local/bin/make-backup