summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2024-05-06 11:06:46 +0200
committeremkael <emkael@tlen.pl>2024-05-06 11:06:46 +0200
commite742dcb0902e9dc0f696562f53f51986589b866c (patch)
tree1e240262dce0c7f39a12a7162c0232ffd027d9e0
parentfa336220a6c1488d11d8ce3adef477fb79f70347 (diff)
Enable 5-minute play-off interval
-rw-r--r--_cron/playoff2
1 files changed, 1 insertions, 1 deletions
diff --git a/_cron/playoff b/_cron/playoff
index 808984f..28f2f57 100644
--- a/_cron/playoff
+++ b/_cron/playoff
@@ -1,3 +1,3 @@
SHELL=/bin/bash
-*/10 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
+*/5 * * * * cd $SITEPATH && source .envrc && cd playoff/scripts/ && ./autorun.sh
SHELL=/bin/sh