summaryrefslogtreecommitdiff
path: root/ocaml/lib/nock.ml
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 22:16:33 +0700
committerpolwex <polwex@sortug.com>2025-10-06 22:16:33 +0700
commitda03400d5857aab4c809c34f0416d1c09c4fed12 (patch)
treee44d94e3ceeafc108e1290a1de2e5c9c12012d48 /ocaml/lib/nock.ml
parent64b132efc5ad870677ac974334b30fdbc4afafd3 (diff)
pretty good pretty good
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 () =