summaryrefslogtreecommitdiff
path: root/_cron
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-02-01 14:38:59 +0100
committeremkael <emkael@tlen.pl>2019-02-01 14:38:59 +0100
commit28a1c14bf82d9d0a8311f8f18746d0b4cd821314 (patch)
tree6525acc4811fdf026489831a9339b79819ff7475 /_cron
parentc4283763618a8e382dba7e70b06e1d3a908cd6c2 (diff)
Weaponizing cache files
Diffstat (limited to '_cron')
-rw-r--r--_cron/check-empty-cache-files1
-rw-r--r--_cron/fb-cache-files2
2 files changed, 2 insertions, 1 deletions
diff --git a/_cron/check-empty-cache-files b/_cron/check-empty-cache-files
deleted file mode 100644
index 41a5938..0000000
--- a/_cron/check-empty-cache-files
+++ /dev/null
@@ -1 +0,0 @@
-10 * * * * find $SITEPATH/cache -size 6c
diff --git a/_cron/fb-cache-files b/_cron/fb-cache-files
new file mode 100644
index 0000000..c6b2cb1
--- /dev/null
+++ b/_cron/fb-cache-files
@@ -0,0 +1,2 @@
+*/10 * * * * $SITEPATH/bin/refresh-fb-cache.php
+10 * * * * find $SITEPATH/cache -size 6c