updated cron to run every 3 days instead of every 5. Now with more efficient checks for those with limited internet connections.

This commit is contained in:
crowetic 2024-05-11 19:23:20 -07:00
parent d5eb0f97b4
commit 3d1824e95a

View File

@ -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