Fix in active time detection
This commit is contained in:
@@ -43,8 +43,8 @@ const INITIAL_SETTINGS = {
|
||||
peakDetectorZScoreThreshold: 2,
|
||||
peakDetectorZScoreInfluence: 0.1,
|
||||
|
||||
activeTimeThreshold: 300,
|
||||
movingAverageWindowSize: 10*5,
|
||||
activeTimeThreshold: 700,
|
||||
movingAverageWindowSize: 10*3,
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user