IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 3, 2014, 2:31:15 PM (12 years ago)
Author:
watersc1
Message:

Added default limit to define calls. Yes, this should probably be a variable that can be tuned. At this point, I just don't want everything going into one bucket.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/remote.pro

    r36961 r36972  
    101101    end
    102102
    103     $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label
     103    $run = remotetool -definebyquery -label $label -stage $stage -path_base neb://@HOST@.0/remote/$label -limit 500
    104104    if ($DB:n == 0)
    105105      option DEFAULT
     
    147147    echo  $remote_label_iter $label warp
    148148
    149     $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label
     149    $run = remotetool -definebyquery -label $label -stage warp -path_base neb://@HOST@.0/remote/$label -limit 500
    150150    if ($DB:n == 0)
    151151      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.