IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2008, 11:07:54 AM (18 years ago)
Author:
Paul Price
Message:

Making the poll limit (-limit 20) configurable. Didn't touch summit copy or replication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r19409 r19465  
    9696
    9797  task.exec
    98     $run = warptool -tooverlap -limit 20
     98    $run = warptool -tooverlap
    9999    if ($DB:n == 0)
    100100      option DEFAULT
     
    209209
    210210  task.exec
    211     $run = warptool -towarped -limit 20
     211    $run = warptool -towarped
    212212    if ($DB:n == 0)
    213213      option DEFAULT
     
    328328
    329329  task.exec
    330     $run = warptool -pendingcleanuprun -limit 20
     330    $run = warptool -pendingcleanuprun
    331331    if ($DB:n == 0)
    332332      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.