increase process kill time to 100 secs. zma can sometimes take this long

This commit is contained in:
Isaac Connor 2018-04-19 08:17:37 -07:00
parent 477e96a4a6
commit 5fe7b3f55f
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ use ZoneMinder::Server qw(CpuLoad);
#use Data::Dumper;
# We count 10 of these, so total timeout is this value *10.
use constant KILL_DELAY => 1; # seconds
use constant KILL_DELAY => 10; # seconds
our %cmd_hash;
our %pid_hash;