From 4173d979409d3d757c2f7d29581e7812624824c0 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Mon, 20 Sep 2021 22:41:20 +0530 Subject: [PATCH] Update crontab2 --- scripts/crontab2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/crontab2 b/scripts/crontab2 index 7ab3e0b08b3..b456db1c2e7 100644 --- a/scripts/crontab2 +++ b/scripts/crontab2 @@ -1,4 +1,4 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin -## SLIM CLR (every 2 hours) -0 */2 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1 +## SLIM CLR (every 6 hours) +0 */6 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1