Changeset 35940
- Timestamp:
- Aug 13, 2013, 3:35:49 PM (13 years ago)
- File:
-
- 1 edited
-
tags/ipp-20130712/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20130712/pstamp/scripts/pstampparse.pl
r35824 r35940 221 221 foreach my $row (@$rows) { 222 222 223 if ($label eq 'WEB.UP' and ($nRows > 500 or $num_jobs > 500) and $req_id and !$no_update) { 224 # this is a big request and it came from the upload page and doesn't have a specific label assigned 225 # change it to the generic one that has lower with lower priority 226 $label = 'WEB.BIG'; 223 if (($label =~ /PSI/ or $label =~ /WEB/) and ($nRows > 200 or $num_jobs > 200) and $req_id and !$no_update) { 224 # this is a big request and it came from one of the "high priority" channels 225 # upload page and doesn't have a specific label assigned 226 # change it to a generic one that runs with lower priority 227 $label = ($label =~ /WEB/) ? 'WEB.BIG' : 'PSI.BIG'; 227 228 print "\nChanging label for big WEB.UP request to $label\n"; 228 229
Note:
See TracChangeset
for help on using the changeset viewer.
