Skip to content

Commit

Permalink
switch clr to run every 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 20, 2021
1 parent 059163a commit 37ffc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/crontab2
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 37ffc7f

Please sign in to comment.