mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
scheduler changed from hourly to every minute
This commit is contained in:
@@ -34,7 +34,7 @@ class Kernel extends ConsoleKernel
|
|||||||
{
|
{
|
||||||
$schedule->call(function () {
|
$schedule->call(function () {
|
||||||
$this->delete_expired_shared_links();
|
$this->delete_expired_shared_links();
|
||||||
})->hourly();
|
})->everyMinute();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user