Skip to content

Commit

Permalink
TASK: Set result per page to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed May 22, 2018
1 parent cb5292c commit d9958f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Api/MediaWikiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MediaWikiClient
/**
* @var int
*/
protected $itemsPerPage = 20;
protected $itemsPerPage = 30;

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion Classes/Api/SearchStrategies/AbstractSearchStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class AbstractSearchStrategy implements SearchStrategyInterface
/**
* @var int
*/
protected $itemsPerPage = 20;
protected $itemsPerPage = 30;

/**
* @var MediaWikiAssetSource
Expand Down

0 comments on commit d9958f0

Please sign in to comment.