From 3d1824e95a4a542f1142e1103625c993f657f20c Mon Sep 17 00:00:00 2001 From: crowetic Date: Sat, 11 May 2024 19:23:20 -0700 Subject: [PATCH] updated cron to run every 3 days instead of every 5. Now with more efficient checks for those with limited internet connections. --- auto-fix-cron-new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-cron-new b/auto-fix-cron-new index 5337e6e..af5c256 100644 --- a/auto-fix-cron-new +++ b/auto-fix-cron-new @@ -1,2 +1,2 @@ -1 1 */5 * * ./auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1 +1 1 */3 * * ./auto-fix-qortal.sh > log-auto-fix-cron.log 2>&1