diff options
author | polwex <polwex@sortug.com> | 2025-10-06 22:16:33 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-10-06 22:16:33 +0700 |
commit | da03400d5857aab4c809c34f0416d1c09c4fed12 (patch) | |
tree | e44d94e3ceeafc108e1290a1de2e5c9c12012d48 /ocaml/lib/nock.ml | |
parent | 64b132efc5ad870677ac974334b30fdbc4afafd3 (diff) |
pretty good pretty good
Diffstat (limited to 'ocaml/lib/nock.ml')
-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 () = |