From 37ffc7f21834580cf54c718719a158f7a75e93e2 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Mon, 20 Sep 2021 19:13:40 +0530 Subject: [PATCH] switch clr to run every 2 hours --- scripts/crontab2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/crontab2 b/scripts/crontab2 index 0e10f2ebbb0..e3030de5935 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 +0 */2 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1