summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-10-22 03:04:30 +0200
committeremkael <emkael@tlen.pl>2021-10-22 03:04:30 +0200
commitb0cd66f6c50e954b497cda752dc46ae509081223 (patch)
treed33cc10005d630e74ad3b5a7eede507ffd5a5509 /_cron
parent91269d4a8da9ec25ac1c5a344cf34464d18e6861 (diff)
Autocommit
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit2
-rw-r--r--_cron/playoff2
2 files changed, 2 insertions, 2 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index 52e9ad0..5243ac8 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
# SHELL=/bin/bash
-# */10 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+# */5 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
# SHELL=/bin/sh
diff --git a/_cron/playoff b/_cron/playoff
index 2fd7400..2a22dfa 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
# SHELL=/bin/bash
-# */2 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1
+# */3 * * * * cd $SITEPATH && source .envrc && make brackets > $SITEPATH/_log/playoff.log 2>&1
# SHELL=/bin/sh