From 2a58b1be2c79f2fe10c0a429878937661645a928 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 28 Mar 2021 14:00:54 +0300 Subject: - Fix bug with the worker reallocating during the response - Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski --- pkg/pool/supervisor_pool.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/pool/supervisor_pool.go') diff --git a/pkg/pool/supervisor_pool.go b/pkg/pool/supervisor_pool.go index 5abeae7a..273adc30 100755 --- a/pkg/pool/supervisor_pool.go +++ b/pkg/pool/supervisor_pool.go @@ -166,7 +166,6 @@ func (sp *supervised) Stop() { func (sp *supervised) control() { now := time.Now() - const op = errors.Op("supervised_pool_control_tick") // MIGHT BE OUTDATED // It's a copy of the Workers pointers -- cgit v1.2.3