docs: update comment on config saving in tests (#39438)
This commit is contained in:
parent
abd3e89cce
commit
a4f66f06f7
|
|
@ -94,7 +94,7 @@ public sealed class ClientsidePlaytimeTrackingManager
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// At less than 1 minute of time diff, there's not much point, and saving regardless will brick tests
|
// At less than 1 minute of time diff, there's not much point
|
||||||
// The reason this isn't checking for 0 is because TotalMinutes is fractional, rather than solely whole minutes
|
// The reason this isn't checking for 0 is because TotalMinutes is fractional, rather than solely whole minutes
|
||||||
if (timeDiffMinutes < 1)
|
if (timeDiffMinutes < 1)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue