From: zapata Date: Wed, 18 Dec 2002 22:48:50 +0000 (+0000) Subject: small performance gain X-Git-Tag: BEFORE_MERGE_1_1~391 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4e2cfb99e159e57dc919fc1fb3c02106e4abe359;p=mir.git small performance gain --- diff --git a/source/mir/producer/EntityListProducerNode.java b/source/mir/producer/EntityListProducerNode.java index 08e663cb..ec4e5e93 100755 --- a/source/mir/producer/EntityListProducerNode.java +++ b/source/mir/producer/EntityListProducerNode.java @@ -88,7 +88,7 @@ public class EntityListProducerNode extends ProducerNodeDecorator { new EntityIteratorAdapter( ParameterExpander.expandExpression( aValueMap, whereClause ), ParameterExpander.expandExpression( aValueMap, orderByClause ), - 20, + Math.min(50, limit), model, definition, limit,