Compare commits
3 Commits
1.36.12_he
...
release-1.
Author | SHA1 | Date |
---|---|---|
Isaac Connor | 32b91df395 | |
Isaac Connor | 4aefb6ed04 | |
Isaac Connor | b98028e128 |
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue