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/flatcorr.pro

    r19329 r19465  
    114114
    115115  # define the command (does not depend on previous queries)
    116   if ($DB:n == 0)
    117     command flatcorr -pendingprocess
    118   else
     116  $run = flatcorr -pendingprocess
     117  if ($DB:n != 0)
    119118    # save the DB name for the exit tasks
    120119    option $DB:$flatcorr_pendingprocess_DB
    121     command flatcorr -pendingprocess -dbname $DB:$flatcorr_pendingprocess_DB
     120    $run = $run -dbname $DB:$flatcorr_pendingprocess_DB
    122121    $flatcorr_pendingprocess_DB ++
    123122    if ($flatcorr_pendingprocess_DB >= $DB:n) set flatcorr_pendingprocess_DB = 0
    124123  end
     124  add_poll_args run
     125  command $run
    125126
    126127  # silently drop stdout
Note: See TracChangeset for help on using the changeset viewer.