From 261e17784114316a74cbacc1ebfc8ccdc86dce41 Mon Sep 17 00:00:00 2001 From: zefie Date: Wed, 22 Apr 2026 11:40:55 -0400 Subject: [PATCH] turn pnm debug off for repo --- zefie_wtvp_minisrv/includes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/config.json b/zefie_wtvp_minisrv/includes/config.json index e7060a63..86547762 100644 --- a/zefie_wtvp_minisrv/includes/config.json +++ b/zefie_wtvp_minisrv/includes/config.json @@ -403,7 +403,7 @@ "udp_bind_port_max": 57391, "descriptor_after_hello_ms": 85, "burst_prestart_ms": 5000, - "debug": true, + "debug": false, "allow_indexing": true } },