IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28646


Ignore:
Timestamp:
Jul 9, 2010, 1:37:19 PM (16 years ago)
Author:
bills
Message:

set the reduced limit for stacktool -tosum to 40 by moving the limit after add_poll_args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r28375 r28646  
    126126      # save the DB name for the exit tasks
    127127      option $DB:$stackSkycell_DB
    128       $run = $run -dbname $DB:$stackSkycell_DB -limit 40
     128      $run = $run -dbname $DB:$stackSkycell_DB
    129129      $stackSkycell_DB ++
    130130      if ($stackSkycell_DB >= $DB:n) set stackSkycell_DB = 0
     
    132132    add_poll_args run
    133133    add_poll_labels run
     134    # reduce the limit (the last one takes precedence)
     135    $rum = $run -limit 40
    134136    command $run
    135137  end
Note: See TracChangeset for help on using the changeset viewer.