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:
Google APIs 2020-04-14 19:10:51 -07:00 committed by Copybara-Service
parent ab5d07c288
commit 160e3187dc
1 changed files with 1 additions and 1 deletions

View File

@ -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