Index: trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- trunk/pstamp/scripts/pstampparse.pl	(revision 35828)
+++ trunk/pstamp/scripts/pstampparse.pl	(revision 36010)
@@ -221,8 +221,9 @@
 foreach my $row (@$rows) {
 
-    if ($label eq 'WEB.UP' and ($nRows > 500 or $num_jobs > 500) and $req_id and !$no_update) {
-        # this is a big request and it came from the upload page and doesn't have a specific label assigned
-        # change it to the generic one that has lower with lower priority
-        $label = 'WEB.BIG';
+    if (($label =~ /PSI/ or $label =~ /WEB/) and ($nRows > 200 or $num_jobs > 200) and $req_id and !$no_update) {
+        # this is a big request and it came from one of the "high priority" channels
+        # upload page and doesn't have a specific label assigned
+        # change it to a generic one that runs with lower priority
+        $label = ($label =~ /WEB/) ? 'WEB.BIG' : 'PSI.BIG';
         print "\nChanging label for big WEB.UP request to $label\n";
 
@@ -1163,5 +1164,5 @@
     }
     if (($img_type eq "raw") or ($img_type eq "chip") or ($img_type eq "warp") or
-	($img_type eq "stack") or ($img_type eq "diff")) {
+	($img_type eq "stack") or ($img_type eq 'stack_summary') or ($img_type eq "diff")) {
 	return 1;
     } else {
