Skip to content

Commit

Permalink
fixed logging verbosity in kdtree loading
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldsteinlechner committed Oct 3, 2024
1 parent 7e790ca commit 2eb754e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OPCViewer.Base/KdTrees.fs
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ module KdTrees =
let fixedTree = validateLazyKdtreePaths h.opcPaths l
b, Level0KdTree.LazyKdTree fixedTree
)
Report.EndTimed() |> ignore
Report.EndTimed(5) |> ignore
validatedTrees |> HashMap.ofList
with
| e ->
Expand Down

0 comments on commit 2eb754e

Please sign in to comment.