Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 13, 2023
1 parent 31e74a9 commit a0e8022
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@ This continues until all scans finish.
```mermaid
stateDiagram-v2
[*] --> PollForStatus
state fork2 <<fork>>
PollForStatus --> fork2
[*] --> fork2
fork2 --> CheckBadgerScan1
fork2 --> CheckBadgerScan2
fork2 --> CheckBadgerScanN
Expand Down Expand Up @@ -119,7 +117,7 @@ join2 --> check1
check1 --> PrintProgress : One or more scans still running
check1 --> MergeResults : All scans finished
PrintProgress --> PollForStatus
PrintProgress --> fork2
MergeResults --> [*]
```
Expand Down

0 comments on commit a0e8022

Please sign in to comment.