From 00e800591d9eae74a5ef138cf5c383a6686e528a Mon Sep 17 00:00:00 2001 From: Stas Date: Tue, 17 Dec 2024 17:51:44 +0100 Subject: [PATCH] fix: network collection --- VERSION | 2 +- lib/supavisor/client_handler.ex | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0a692060..6cbacdc8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.10 +2.0.11 diff --git a/lib/supavisor/client_handler.ex b/lib/supavisor/client_handler.ex index 24930c77..762aa449 100644 --- a/lib/supavisor/client_handler.ex +++ b/lib/supavisor/client_handler.ex @@ -573,8 +573,6 @@ defmodule Supavisor.ClientHandler do db_pid = handle_db_pid(data.mode, data.pool, data.db_pid) - {_, stats} = Telem.network_usage(:client, data.sock, data.id, data.stats) - {_, stats} = if not data.local, do: Telem.network_usage(:client, data.sock, data.id, data.stats),