Compare commits

...

3 Commits

Author SHA1 Message Date
Isaac Connor 32b91df395 remove deprecated column 2019-03-05 11:01:11 -05:00
Isaac Connor 4aefb6ed04 Fix typo: Ineterval to Interval 2019-03-05 10:58:04 -05:00
Isaac Connor b98028e128 Typo: AnalysisUpdateDelete to AnalysisUpdateDelay 2019-03-05 10:56:46 -05:00
1 changed files with 2 additions and 3 deletions

View File

@ -62,10 +62,10 @@ private $defaults = array(
'SectionLength' => 600, 'SectionLength' => 600,
'FrameSkip' => 0, 'FrameSkip' => 0,
'AnalysisFPSLimit' => null, 'AnalysisFPSLimit' => null,
'AnalysisUpdateDelete' => 0, 'AnalysisUpdateDelay' => 0,
'MaxFPS' => null, 'MaxFPS' => null,
'AlarmMaxFPS' => null, 'AlarmMaxFPS' => null,
'FPSReportIneterval' => 100, 'FPSReportInterval' => 100,
'RefBlencPerc' => 6, 'RefBlencPerc' => 6,
'AlarmRefBlendPerc' => 6, 'AlarmRefBlendPerc' => 6,
'Controllable' => 0, 'Controllable' => 0,
@ -77,7 +77,6 @@ private $defaults = array(
'TrackDelay' => null, 'TrackDelay' => null,
'ReturnLocation' => -1, 'ReturnLocation' => -1,
'ReturnDelay' => null, 'ReturnDelay' => null,
'DefaultView' => 'Events',
'DefaultRate' => 100, 'DefaultRate' => 100,
'DefaultScale' => 100, 'DefaultScale' => 100,
'SignalCheckPoints' => 0, 'SignalCheckPoints' => 0,