diff --git a/lib/builder_web.ml b/lib/builder_web.ml index 8bc15ad..a7f9bf4 100644 --- a/lib/builder_web.ml +++ b/lib/builder_web.ml @@ -224,7 +224,7 @@ let add_routes datadir = | None -> true | Some subtree_size -> let pct = Int64.(to_float subtree_size /. to_float size) in - pct > 0.05 + pct > 0.004 in info |> Info.prefix_filename