With the default of 10 seconds with no response, my DPB status screen
stays almost entirely red for the duration of the sparc64 bulk.

Increasing it to 45 seconds tends to eliminate the red except for things
that are actually stuck... and rust ports. :)

How would folks feel about increasing to 45 seconds?

Index: Clock.pm
===================================================================
RCS file: /cvs/ports/infrastructure/lib/DPB/Clock.pm,v
retrieving revision 1.16
diff -u -p -r1.16 Clock.pm
--- Clock.pm    24 Oct 2019 15:05:22 -0000      1.16
+++ Clock.pm    13 Feb 2020 22:19:45 -0000
@@ -163,7 +163,7 @@ sub frozen_message
                $unchanged .= int($diff/3600)." HOURS!";
        } elsif ($diff > 300) {
                $unchanged .= int($diff/60)."mn";
-       } elsif ($diff > 10) {
+       } elsif ($diff > 45) {
                $unchanged .= int($diff)."s";
        } else {
                $unchanged = "";

Reply via email to