Index: /tags/ipp-20130712/ippTasks/pstamp.pro
===================================================================
--- /tags/ipp-20130712/ippTasks/pstamp.pro	(revision 36776)
+++ /tags/ipp-20130712/ippTasks/pstamp.pro	(revision 36777)
@@ -469,4 +469,9 @@
         add_poll_args run
         add_poll_labels run
+        # limit query for finished requests to small number
+	# because we only run 4 at a time. Using the default queue
+	# depth fouls up the priority orer
+	# XXX: use a varaible
+	$run = $run -limit 8
         command $run
     end
@@ -499,4 +504,5 @@
     periods     -timeout 2400
     host        anyhost
+    npending    4
 
     task.exec
@@ -951,5 +957,5 @@
     # overloading nfs
 
-    npending    5
+    npending    2
 
     task.exec
