From da03400d5857aab4c809c34f0416d1c09c4fed12 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 22:16:33 +0700 Subject: pretty good pretty good --- ocaml/lib/nock.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocaml/lib/nock.ml') 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 () = -- cgit v1.2.3