Commit a7d030e1 authored by Mark Harding's avatar Mark Harding

(chore): reduce rotator to batches of 10 vs 12

parent d2946026
No related merge requests found
Pipeline #79806170 waiting for manual action with stages
in 10 minutes and 36 seconds
......@@ -88,7 +88,7 @@ class feed implements Interfaces\Api
/** @var Core\Boost\Network\Iterator $iterator */
$iterator = Core\Di\Di::_()->get('Boost\Network\Iterator');
$iterator
->setLimit(12)
->setLimit(10)
->setOffset($offset)
->setRating($rating)
->setQuality($quality)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment