Commit 812e58d5 authored by Mark Harding's avatar Mark Harding

(chore); reduce to 500 results

parent ed16dd37
No related merge requests found
Pipeline #64228812 passed with stages
in 9 minutes and 51 seconds
......@@ -82,7 +82,7 @@ class SitemapTrending extends SitemapModule
$result = $this->topManager->getList([
'type' => $key,
'limit' => 1000,
'limit' => 500,
'sync' => false,
'algorithm' => 'top',
'period' => $period,
......
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