feiyu02
2023-10-31 8f7542559760324c4dd6a2f9795d4c4df21df7af
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionValueMutation.kt
@@ -18,6 +18,6 @@
    }
    override fun judgeDuration(sIndex: Int, eIndex: Int): Boolean {
        return (eIndex - sIndex) >= config.mutationNum
        return (eIndex - sIndex + 1) >= config.mutationNum
    }
}