mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-06-03 03:16:18 -04:00
Set start delay to 5, 30 is too much
This commit is contained 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
|
||||
|
||||
# ==========================================================================
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user