You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When processing a batch of telemetry, we probably only care whether the last parameter value in that batch is stale. If another parameter has come in after a stale parameter, then by definition it's no longer stale.
Is your feature request related to a problem? Please describe.
When processing a batch of telemetry, we probably only care whether the last parameter value in that batch is stale. If another parameter has come in after a stale parameter, then by definition it's no longer stale.
Optimization was identified during the implementation of telemetry batching, but was deemed to risky to implement in the initial round so is left as a future optimization.
The text was updated successfully, but these errors were encountered: