Index: trunk/ippTasks/destreak.pro
===================================================================
--- trunk/ippTasks/destreak.pro	(revision 27301)
+++ 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
