From 711b0082f3837cc3b1ce765a33bfef1a2fd58164 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Mon, 13 Feb 2012 16:20:26 -0400 Subject: [PATCH] getRelatedItems raised default limit to 10000 --- CollectionClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index 6c5fd8f5..ce3aafff 100644 --- a/CollectionClass.inc +++ b/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;