From 28a1c14bf82d9d0a8311f8f18746d0b4cd821314 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 1 Feb 2019 14:38:59 +0100 Subject: Weaponizing cache files --- _cron/check-empty-cache-files | 1 - _cron/fb-cache-files | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 _cron/check-empty-cache-files create mode 100644 _cron/fb-cache-files (limited to '_cron') 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 -- cgit v1.2.3