mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add code samples to Queue config screen
This commit is contained in:
parent
d4cd5e3d75
commit
097cecece8
6 changed files with 124 additions and 2 deletions
|
|
@ -30,5 +30,5 @@ else
|
|||
}
|
||||
|
||||
// The rest of the work will be done by the Queue class.
|
||||
$timeout = config('queue.interval') ?? 60;
|
||||
$timeout = (config('queue.interval') ?? 1) * 60;
|
||||
Rhymix\Framework\Queue::process($timeout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue