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 c56116e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
## SLIM CLR (every 2 hours)
0 */2 * * * cd gitcoin/coin; bash scripts/run_clr.bash slim 2>&1

0 comments on commit c56116e

Please sign in to comment.