Index: /trunk/ippTasks/destreak.pro
===================================================================
--- /trunk/ippTasks/destreak.pro	(revision 27393)
+++ /trunk/ippTasks/destreak.pro	(revision 27394)
@@ -127,5 +127,5 @@
 
   task.exec
-    $run = magicdstool -todestreak -limit 25 -stage $DS_STAGE:$magicDSStage
+    $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage
     $magicDSStage ++
     if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
@@ -144,5 +144,5 @@
       end
     end
-    # add_poll_args run
+    add_poll_args run
     add_poll_labels run
     command $run
@@ -473,5 +473,5 @@
 
   task.exec
-    $run = magicdstool -limit 25 -completedrevert 
+    $run = magicdstool -completedrevert 
     if ($DB:n == 0)
       option DEFAULT
@@ -485,5 +485,5 @@
       if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0
     end
-    # add_poll_args run
+    add_poll_args run
     add_poll_labels run
     command $run
Index: /trunk/ippTasks/dist.pro
===================================================================
--- /trunk/ippTasks/dist.pro	(revision 27393)
+++ /trunk/ippTasks/dist.pro	(revision 27394)
@@ -159,5 +159,5 @@
      # stderr $LOGSUBDIR/dist.process.load.log
 
-    $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
+    $run = disttool -pendingcomponent -stage $DIST_STAGE:$currentStage
     $currentStage ++
     if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
@@ -177,5 +177,5 @@
       end
     end
-    # add_poll_args run
+    add_poll_args run
     add_poll_labels run
     command $run
