Add scheduled task to clear uploads every two minutes

This commit is contained in:
Andras Bacsai
2024-04-11 12:56:24 +02:00
parent 9c7f40e4fe
commit 484a3dbe5c
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ return [
*/
'timestamp' => '-1 HOURS',
'schedule' => [
'enabled' => true,
'enabled' => false,
'cron' => '25 * * * *', // run every hour on the 25th minute
],
],