Commit 91dc036
fix(cli): exclude closed sessions from active session count
'closed' sessions are retained on disk for tunnel history lookups but
are no longer doing any work. The status command was counting them as
active because the old assumption was 'anything on disk is active'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 5113703 commit 91dc036
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
0 commit comments