allow 0ms duration for flows (#5608)

This commit is contained in:
Guilhem
2025-04-11 17:20:24 +01:00
committed by GitHub
parent b39209ad3d
commit 09d9f692ff
@@ -72,7 +72,7 @@
}
if (!isStillRunning) {
if (v.started_at && v.duration_ms) {
if (v.started_at && v.duration_ms != undefined) {
let lmax = v.started_at + v.duration_ms
if (!nmax) {
nmax = lmax