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/detrend.reject.pro

    r18607 r19465  
    5252
    5353  task.exec
     54    $run = dettool -todetrunsummary
    5455    if ($DB:n == 0)
    5556      option DEFAULT
    56       command dettool -todetrunsummary -limit 20
    5757    else
    5858      # save the DB name for the exit tasks
    5959      option $DB:$detRejectExp_DB
    60       command dettool -todetrunsummary -limit 20 -dbname $DB:$detRejectExp_DB
     60      $run = $run -dbname $DB:$detRejectExp_DB
    6161      $detRejectExp_DB ++
    6262      if ($detRejectExp_DB >= $DB:n) set detRejectExp_DB = 0
    6363    end
     64    add_poll_args run
     65    command $run
    6466  end
    6567
Note: See TracChangeset for help on using the changeset viewer.