Fix in active time detection

This commit is contained in:
Martin Bauer
2020-07-15 18:17:12 +02:00
parent 39632d4eec
commit aee89d799c
3 changed files with 19 additions and 8 deletions

View File

@@ -43,8 +43,8 @@ const INITIAL_SETTINGS = {
peakDetectorZScoreThreshold: 2,
peakDetectorZScoreInfluence: 0.1,
activeTimeThreshold: 300,
movingAverageWindowSize: 10*5,
activeTimeThreshold: 700,
movingAverageWindowSize: 10*3,
}
};