From 23e2178fde710073a47a7c4270760389e6a83f28 Mon Sep 17 00:00:00 2001 From: gmega Date: Thu, 18 Jun 2026 10:59:59 -0300 Subject: [PATCH] add comment --- library/storage_thread_requests/requests/node_info_request.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/storage_thread_requests/requests/node_info_request.nim b/library/storage_thread_requests/requests/node_info_request.nim index fea50bbb..98e9399a 100644 --- a/library/storage_thread_requests/requests/node_info_request.nim +++ b/library/storage_thread_requests/requests/node_info_request.nim @@ -79,6 +79,8 @@ proc process*( return err($res.error) return res of METRICS: + # We're running on the main thread so it should be fine to access + # defaultRegistry. {.cast(gcsafe).}: # Excludes nim_runtime_info as dumpHeapInstances seems to be returning # an infinite number of objects.