diff options
Diffstat (limited to 'ocaml/lib')
-rw-r--r-- | ocaml/lib/nock.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/lib/nock.ml b/ocaml/lib/nock.ml index 97a1d71..2f52922 100644 --- a/ocaml/lib/nock.ml +++ b/ocaml/lib/nock.ml @@ -28,7 +28,7 @@ open Noun let call_count = ref 0 let depth = ref 0 let max_calls = 100 -let max_mug_depth = 3 (* Only log mugs for depth <= 3 to avoid performance hit *) +let max_mug_depth = -1 (* Disabled: need mug caching like C before enabling *) (* Helper to generate indentation based on depth *) let indent () = |