Skip to content

Commit

Permalink
Merge pull request #39 from github/deeper-tags
Browse files Browse the repository at this point in the history
Don't consider a "maximum tag depth" of 1 to be concerning
  • Loading branch information
mhagger authored Apr 12, 2018
2 parents d4e7e53 + 0bea487 commit 087b40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Processing references: 539
| | | |
| History structure | | |
| * Maximum history depth | 136 k | |
| * Maximum tag depth [5] | 1 | * |
| * Maximum tag depth [5] | 1 | |
| | | |
| Biggest checkouts | | |
| * Number of directories [6] | 4.38 k | ** |
Expand Down
2 changes: 1 addition & 1 deletion sizes/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func (s HistorySize) TableString(threshold Threshold, nameStyle NameStyle) strin

S("History structure",
I("Maximum history depth", nil, s.MaxHistoryDepth, counts.MetricPrefixes, " ", 500e3),
I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1),
I("Maximum tag depth", s.MaxTagDepthTag, s.MaxTagDepth, counts.MetricPrefixes, " ", 1.001),
),

S("Biggest checkouts",
Expand Down

0 comments on commit 087b40a

Please sign in to comment.