Typo: AnalysisUpdateDelete to AnalysisUpdateDelay

This commit is contained in:
Isaac Connor 2019-03-05 10:56:46 -05:00
parent 9a2dd06e1d
commit b98028e128
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ private $defaults = array(
'SectionLength' => 600,
'FrameSkip' => 0,
'AnalysisFPSLimit' => null,
'AnalysisUpdateDelete' => 0,
'AnalysisUpdateDelay' => 0,
'MaxFPS' => null,
'AlarmMaxFPS' => null,
'FPSReportIneterval' => 100,