Skip to content

Commit 087b40a

Browse files
authored
Merge pull request #39 from github/deeper-tags
Don't consider a "maximum tag depth" of 1 to be concerning
2 parents d4e7e53 + 0bea487 commit 087b40a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Processing references: 539
128128
| | | |
129129
| History structure | | |
130130
| * Maximum history depth | 136 k | |
131-
| * Maximum tag depth [5] | 1 | * |
131+
| * Maximum tag depth [5] | 1 | |
132132
| | | |
133133
| Biggest checkouts | | |
134134
| * Number of directories [6] | 4.38 k | ** |

sizes/output.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func (s HistorySize) TableString(threshold Threshold, nameStyle NameStyle) strin
379379

380380
S("History structure",
381381
I("Maximum history depth", nil, s.MaxHistoryDepth, counts.MetricPrefixes, " ", 500e3),
382-
I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1),
382+
I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1.001),
383383
),
384384

385385
S("Biggest checkouts",

0 commit comments

Comments
 (0)