diff options
author | emkael <emkael@tlen.pl> | 2022-02-22 13:26:36 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2022-02-22 13:26:36 +0100 |
commit | e0adb76ffbe40c9c29aa0adc94a658014291ce59 (patch) | |
tree | 3edfb7ab2a21b49dea427c5c9d3035207f9f41b7 | |
parent | 7064c30fd5f8dfd9df1e37d776a2906280fd937b (diff) |
Autocommit frequency lowered
-rw-r--r-- | _cron/autocommit | 2 |
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 |