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

(chore); reduce to 500 results

parent ed16dd37
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -82,7 +82,7 @@ class SitemapTrending extends SitemapModule


        $result = $this->topManager->getList([
        $result = $this->topManager->getList([
            'type' => $key,
            'type' => $key,
            'limit' => 1000,
            'limit' => 500,
            'sync' => false,
            'sync' => false,
            'algorithm' => 'top',
            'algorithm' => 'top',
            'period' => $period,
            'period' => $period,