Project

General

Profile

« Previous | Next » 

Revision f9da0eb9

Added by Andreas Kohlbecker almost 11 years ago

increasing default page size for fetching all from pager

View differences:

7.x/modules/cdm_dataportal/cdm_api/cdm_api.module
1003 1003
function cdm_ws_fetch_all($resourceURI, $absoluteURI = FALSE) {
1004 1004
  $page_index = 0;
1005 1005
  // using a bigger page size to avoid to many multiple requests
1006
  $page_size = 200;
1006
  $page_size = 500;
1007 1007
  $entities = array();
1008 1008

  
1009 1009
  while ($page_index !== FALSE){

Also available in: Unified diff