IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30793


Ignore:
Timestamp:
Mar 4, 2011, 12:26:11 PM (15 years ago)
Author:
bills
Message:

add way to disable queueing of update processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r30746 r30793  
    3131my $no_update;
    3232my $dest_requires_magic;
     33
     34# set this to true to disable update processing
     35my $no_updates_allowed = 0;
    3336
    3437GetOptions(
     
    505508    my $components = $row->{components};
    506509
     510    $option_mask |= $PSTAMP_NO_WAIT_FOR_UPDATE if $no_updates_allowed;
     511
    507512    my $roi_string;
    508513
     
    677682    my $rownum = $row->{ROWNUM};
    678683    my $option_mask = $row->{OPTION_MASK};
     684
     685    $option_mask |= $PSTAMP_NO_WAIT_FOR_UPDATE if $no_updates_allowed;
    679686
    680687    # For dist_bundle we need
Note: See TracChangeset for help on using the changeset viewer.