-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
!feat(scan-sessions): Invert scanning approach: --fast to --thorough
With the assumption that it does not matter how a session is entered, it is only interesting to know from where one can reach a session. Thus, the better default is to use a fast approach that only scans from each session once in order to find available session transitions. To replicate the old scanning behaviour, --thorough can be specified to scan multiple times from the same session. In order to avoid infinite loops, --depth now has a default value of 4.
- Loading branch information
1 parent
1f5ae75
commit 85f7862
Showing
1 changed file
with
15 additions
and
16 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