From 6e7bb994d0e5e7e84297a5301f1051ad4c5bde3d Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Tue, 5 May 2020 05:58:34 +0200 Subject: [PATCH] don't keep reusing the same IP for updates --- ip_manager/throttle.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ip_manager/throttle.go b/ip_manager/throttle.go index 17c3da9..7ecfbbd 100644 --- a/ip_manager/throttle.go +++ b/ip_manager/throttle.go @@ -130,7 +130,6 @@ func (i *IPPool) ReleaseAll() { } localIP := &i.ips[j] localIP.InUse = false - localIP.LastUse = time.Now() } }