IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33965


Ignore:
Timestamp:
May 30, 2012, 6:09:15 PM (14 years ago)
Author:
bills
Message:

--threads wasn't being respected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/runchipimfile.pl

    r33925 r33965  
    9191$command .= " --dbname $dbname" if $dbname;
    9292$command .= " --zaplog" if $zaplog;
     93$command .= " --threads $threads" if $threads;
    9394
    9495if ($update) {
Note: See TracChangeset for help on using the changeset viewer.