IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40039 for trunk


Ignore:
Timestamp:
May 16, 2017, 2:12:17 PM (9 years ago)
Author:
watersc1
Message:

Decrease number of active jobs, and allow restarts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/raw_MD5_check.pl

    r40037 r40039  
    66use Sys::Hostname;
    77
    8 my $clients = 4;
     8my $clients = 1;
    99my $start_time = 8;
    1010my $end_time = 18; # +1, as it goes until the hour changes.
     
    157157   
    158158    if ($do_it == 1) {
    159         if (-e $out_log) {
    160             # Do not overwrite already existing files.
    161             print ">> $directory $out_log Already Exists.\n";
    162             return(0);
    163         }
     159#       if (-e $out_log) {
     160#            # Do not overwrite already existing files.
     161#           print ">> $directory $out_log Already Exists.\n";
     162#           return(0);
     163#       }
    164164       
    165165        my @localtime = localtime();
Note: See TracChangeset for help on using the changeset viewer.