default batch size included into the entity enumeration producer node
authorzapata <zapata>
Thu, 4 Jul 2002 21:11:39 +0000 (21:11 +0000)
committerzapata <zapata>
Thu, 4 Jul 2002 21:11:39 +0000 (21:11 +0000)
source/mir/producer/EntityEnumeratingProducerNode.java

index f3902e3..aaca592 100755 (executable)
@@ -52,7 +52,7 @@ public class EntityEnumeratingProducerNode extends ProducerNodeDecorator {
       browser = new EntityIteratorAdapter(
           ParameterExpander.expandExpression( aValueMap, verb.whereClause ),
           ParameterExpander.expandExpression( aValueMap, verb.orderByClause ),
-          -1,
+          100,
           model,
           definition );