zmc
2023-12-14 357c5a3c4659f1fe9e46e8c20827ab757c5d3929
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
    }
}