summaryrefslogtreecommitdiff
path: root/ocaml/lib/nock.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/lib/nock.ml')
-rw-r--r--ocaml/lib/nock.ml2
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 () =