Author: shadzik
Date: Tue Nov 24 18:58:33 2009
New Revision: 11002

Modified:
   toys/stbr/queue_parser.pl
Log:
- 15min


Modified: toys/stbr/queue_parser.pl
==============================================================================
--- toys/stbr/queue_parser.pl   (original)
+++ toys/stbr/queue_parser.pl   Tue Nov 24 18:58:33 2009
@@ -184,7 +184,7 @@
 
                        next unless $ftime =~ /^\d+$/; # bug
                        next if $printed_something > 4;
-                       if ( $ftime + 8 * 60 < $now ) {
+                       if ( $ftime + 15 * 60 < $now ) {
                                $printed{$id} = "some";
                        } else {
                                next;
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to