Index: trunk/ippTasks/register.pro
===================================================================
--- trunk/ippTasks/register.pro	(revision 18607)
+++ trunk/ippTasks/register.pro	(revision 19465)
@@ -71,14 +71,16 @@
   # iff the DB list is not set, use the value defined in .ipprc
   task.exec
+    $run = regtool -pendingimfile
     if ($DB:n == 0)
       option DEFAULT
-      command regtool -pendingimfile -limit 20
     else
       # save the DB name for the exit tasks
       option $DB:$regPendingImfile_DB
-      command regtool -pendingimfile -limit 20 -dbname $DB:$regPendingImfile_DB
+      $run = $run -dbname $DB:$regPendingImfile_DB
       $regPendingImfile_DB ++
       if ($regPendingImfile_DB >= $DB:n) set regPendingImfile_DB = 0
     end
+    add_poll_args run
+    command $run
   end
 
@@ -198,14 +200,16 @@
 
   task.exec
+    $run = regtool -pendingexp
     if ($DB:n == 0)
       option DEFAULT
-      command regtool -pendingexp -limit 20
     else
       # save the DB name for the exit tasks
       option $DB:$regPendingExp_DB
-      command regtool -pendingexp -limit 20 -dbname $DB:$regPendingExp_DB
+      $run = $run -dbname $DB:$regPendingExp_DB
       $regPendingExp_DB ++
       if ($regPendingExp_DB >= $DB:n) set regPendingExp_DB = 0
     end
+    add_poll_args run
+    command $run
   end
 
