SVN: toys/stbr/queue_parser.pl

shadzik shadzik at pld-linux.org
Tue Nov 24 18:58:33 CET 2009


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;


More information about the pld-cvs-commit mailing list