Set start delay to 5, 30 is too much

This commit is contained in:
Isaac Connor
2026-01-24 10:49:07 -05:00
parent 860f232595
commit b24fa0c208

View File

@@ -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
# ==========================================================================
#