Index: trunk/ippTasks/remote.pro
===================================================================
--- trunk/ippTasks/remote.pro	(revision 38112)
+++ trunk/ippTasks/remote.pro	(revision 38126)
@@ -122,5 +122,10 @@
 
     # min entry limit?
-    $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
+    if ("$stage" == "stack") 
+	$run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 50
+    else 
+	$run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
+    end
+
     if ($DB:n == 0)
       option DEFAULT
