-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splits
timestamp_end_opened_at_
into 2 separate timestamps
The private `Array` variable `timestamp_end_opened_at_` is being used for two different use cases: 1. Specify end of timestamp range for fragments to load from file. 2. Specify timestamp to use for new fragments, metadata, etc. Split the private variable into two variables to make this explicit.
- Loading branch information
Showing
3 changed files
with
133 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.