Browse Source

getRelatedItems raised default limit to 10000

pull/71/head
Alan Stanley 13 years ago
parent
commit
711b0082f3
  1. 2
      CollectionClass.inc

2
CollectionClass.inc

@ -68,7 +68,7 @@ class CollectionClass {
module_load_include('inc', 'fedora_repository', 'ObjectHelper');
module_load_include('inc', 'fedora_repository', 'api/fedora_utils');
if (!isset($limit)) {
$limit = 1000;
$limit = 10000;
}
if (!isset($offset)) {
$offset = 0;

Loading…
Cancel
Save