Builder_web.job_build_treemap: Changed minimal size of treemap node based on example treemap
This commit is contained in:
parent
b8c40861f3
commit
fdd00a17ab
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ let add_routes datadir =
|
||||||
| None -> true
|
| None -> true
|
||||||
| Some subtree_size ->
|
| Some subtree_size ->
|
||||||
let pct = Int64.(to_float subtree_size /. to_float size) in
|
let pct = Int64.(to_float subtree_size /. to_float size) in
|
||||||
pct > 0.05
|
pct > 0.004
|
||||||
in
|
in
|
||||||
info
|
info
|
||||||
|> Info.prefix_filename
|
|> Info.prefix_filename
|
||||||
|
|
Loading…
Reference in a new issue