IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38127


Ignore:
Timestamp:
Apr 14, 2015, 2:43:33 PM (11 years ago)
Author:
watersc1
Message:

merge of smaller stack bundle sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTasks/remote.pro

    r38107 r38127  
    122122
    123123    # min entry limit?
    124     $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
     124    if ("$stage" == "stack")
     125        $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 50
     126    else
     127        $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
     128    end
     129
    125130    if ($DB:n == 0)
    126131      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.