-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows skipping unneeded event IDs from the factory initialization. (#…
…651) Implements a heuristic and a manual control to avoid putting unneeded event offsets to the factory initialize event ID list. - when there is a segment that's not SPACE_CONFIG, all events in that segment will be skipped. - adds a SkipInit(true) option that can be set to manually force an individual event ID to not be factory initialized.
- Loading branch information
1 parent
79aaa71
commit b3949f1
Showing
3 changed files
with
49 additions
and
8 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
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
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