summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
Diffstat (limited to '_cron')
-rw-r--r--_cron/autocommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/autocommit b/_cron/autocommit
index d7c866a..4e73f89 100644
--- a/_cron/autocommit
+++ b/_cron/autocommit
@@ -1,3 +1,3 @@
SHELL=/bin/bash
-*/3 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
+*/15 * * * * cd $SITEPATH && source .envrc && make autocommit >> $SITEPATH/_log/autocommit.log
SHELL=/bin/sh