From 3211b13e4f4db6a216f723f4de3a673af3d570de Mon Sep 17 00:00:00 2001 From: Nedyalko Dyakov <1547186+ndyakov@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:10:08 +0300 Subject: [PATCH] Update internal/pool/conn.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/pool/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pool/conn.go b/internal/pool/conn.go index 903fbeda..2e1a0ee3 100644 --- a/internal/pool/conn.go +++ b/internal/pool/conn.go @@ -41,7 +41,7 @@ func generateConnID() uint64 { type Conn struct { // Connection identifier for unique tracking - id uint64 // Unique numeric identifier for this connection + id uint64 usedAt int64 // atomic