src/main/java/com/flightfeather/monitor/analysis/dust/exception/ExceptionNoFluctuation.kt
@@ -21,6 +21,6 @@ } override fun judgeDuration(sIndex: Int, eIndex: Int): Boolean { return (eIndex - sIndex) >= config.longTimeNoChange return (eIndex - 1 - sIndex) >= config.longTimeNoChange } }