Index: WS/common/ProductCriteria/ProductZoekService.cls.xml =================================================================== diff -u -r29059 -r29069 --- WS/common/ProductCriteria/ProductZoekService.cls.xml (.../ProductZoekService.cls.xml) (revision 29059) +++ WS/common/ProductCriteria/ProductZoekService.cls.xml (.../ProductZoekService.cls.xml) (revision 29069) @@ -27,7 +27,7 @@ #dim ProductIDLijst As %ListOfDataTypes = ##class(APPS.common.ProductCriteria.ProductZoekService).%New().ZoekProducten(Criterium, $$$MaxAantalProducten) #dim ProductIDIterator As TECH.Iterator = ##class(TECH.ListIterator).%New(ProductIDLijst) - #dim EnkelBasisVanProductenTonen = (ProductIDLijst.Count() > 100) + #dim EnkelBasisVanProductenTonen = (ProductIDLijst.Count() > 5000) While (ProductIDIterator.HasNext()) {