diff --git a/scripts/crontab2 b/scripts/crontab2 index 0e10f2ebbb0..7ab3e0b08b3 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 30 minutes) -*/30 * * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1 +## SLIM CLR (every 2 hours) +0 */2 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1