From b24fa0c20889d100b4b4b4d100b8154dede71cab Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 24 Jan 2026 10:49:07 -0500 Subject: [PATCH] Set start delay to 5, 30 is too much --- scripts/zmstats.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmstats.pl.in b/scripts/zmstats.pl.in index 282adb20b..95a622a61 100644 --- a/scripts/zmstats.pl.in +++ b/scripts/zmstats.pl.in @@ -9,7 +9,7 @@ use bytes; # # ========================================================================== -use constant START_DELAY => 30; # To give everything else time to start +use constant START_DELAY => 5; # To give everything else time to start # ========================================================================== #