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

    r19429 r19465  
    77$VERBOSE = 1
    88$LABEL = "NONE"
     9$POLLLIMIT = 32
    910$LOGDIR = `pwd`
    1011$LOGDIR = $LOGDIR/pantasks_logs
     
    192193
    193194    local command
    194     $command = $$1
     195    $command = $$1 -limit $POLLLIMIT
    195196
    196197    # Only process the data with the specified label.
Note: See TracChangeset for help on using the changeset viewer.