From ab70c31c096bbc1895aee96d95024f126592a876 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 2 Jan 2023 00:27:19 +0100 Subject: [PATCH] changing the time between cron runs to the recommended value --- conf/nextcloud.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nextcloud.cron b/conf/nextcloud.cron index 13de049..a2be7ed 100644 --- a/conf/nextcloud.cron +++ b/conf/nextcloud.cron @@ -1 +1 @@ -*/15 * * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __FINAL_PATH__/cron.php +*/5 * * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __FINAL_PATH__/cron.php