Increase the required minimum difference between start time of the next interval
and the end time of the previous one from the one microsecond to one millisecond. This will enable some resource savings for in-memory storage. PiperOrigin-RevId: 306560315
This commit is contained in:
parent
ab5d07c288
commit
160e3187dc
|
|
@ -64,7 +64,7 @@ message TypedValue {
|
|||
// than the end time.
|
||||
//
|
||||
// * In all cases, the start time of the next interval must be
|
||||
// at least a microsecond after the end time of the previous interval.
|
||||
// at least a millisecond after the end time of the previous interval.
|
||||
// Because the interval is closed, if the start time of a new interval
|
||||
// is the same as the end time of the previous interval, data written
|
||||
// at the new start time could overwrite data written at the previous
|
||||
|
|
|
|||
Loading…
Reference in New Issue