IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2009, 11:19:01 AM (17 years ago)
Author:
eugene
Message:

rename POLLLIMIT to POLL_LIMIT for legibility; add separate POLL_LIMIT_CAMERA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r25966 r26028  
    77if ($?VERBOSE == 0)       set VERBOSE = 1
    88if ($?LABEL:n == 0)       set LABEL:n = 0
    9 if ($?POLLLIMIT == 0)     set POLLLIMIT = 32
     9if ($?POLL_LIMIT == 0)    set POLL_LIMIT = 32
    1010if ($?KEEP_FAILURES == 0) set KEEP_FAILURES = 0
    1111
     
    330330
    331331    local command i
    332     $command = $$1 -limit $POLLLIMIT
     332    $command = $$1 -limit $POLL_LIMIT
    333333
    334334    $$1 = $command
     
    484484  end
    485485 
    486   $POLLLIMIT = $1
     486  $POLL_LIMIT = $1
    487487end
    488488
    489489macro get.poll
    490   echo "poll limit: $POLLLIMIT"
     490  echo "poll limit: $POLL_LIMIT"
    491491end
    492492
Note: See TracChangeset for help on using the changeset viewer.