From 6efc1a61fe8568c3ae0704329aa2589c537e801b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Thu, 4 Sep 2025 16:44:58 +0200 Subject: [PATCH] Init static info in proper place --- client/system/info_windows.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/system/info_windows.go b/client/system/info_windows.go index 8b5f7f65b..75150cb81 100644 --- a/client/system/info_windows.go +++ b/client/system/info_windows.go @@ -89,6 +89,7 @@ func initStaticInfo() { // GetInfo retrieves system information (static info cached, dynamic info fresh) func GetInfo(ctx context.Context) *Info { + initStaticInfo() log.Debugf("gathering dynamic system information") start := time.Now()