Index: trunk/ippTasks/destreak.pro
===================================================================
--- trunk/ippTasks/destreak.pro	(revision 27035)
+++ trunk/ippTasks/destreak.pro	(revision 27055)
@@ -132,5 +132,5 @@
 
   task.exec
-    $run = magicdstool -todestreak -limit 20 -stage $DS_STAGE:$magicDSStage
+    $run = magicdstool -todestreak -limit 25 -stage $DS_STAGE:$magicDSStage
     $magicDSStage ++
     if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
@@ -329,5 +329,5 @@
 
   task.exec
-    $run = magicdstool -limit 20 -torevert -stage $DS_STAGE:$magicDSRevertStage
+    $run = magicdstool -limit 25 -torevert -stage $DS_STAGE:$magicDSRevertStage
     $magicDSRevertStage ++
     if ($magicDSRevertStage >= $DS_STAGE:n) set magicDSRevertStage = 0
@@ -476,5 +476,5 @@
 
   task.exec
-    $run = magicdstool -limit 20 -completedrevert 
+    $run = magicdstool -limit 25 -completedrevert 
     if ($DB:n == 0)
       option DEFAULT
Index: trunk/ippTasks/dist.pro
===================================================================
--- trunk/ippTasks/dist.pro	(revision 27035)
+++ trunk/ippTasks/dist.pro	(revision 27055)
@@ -159,5 +159,5 @@
      # stderr $LOGSUBDIR/dist.process.load.log
 
-    $run = disttool -limit 15 -pendingcomponent -stage $DIST_STAGE:$currentStage
+    $run = disttool -limit 25 -pendingcomponent -stage $DIST_STAGE:$currentStage
     $currentStage ++
     if ($currentStage >= $DIST_STAGE:n) set currentStage = 0
