From caca13de6158ad20e11bda5378621dc1f7130658 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Mon, 9 Dec 2019 18:09:31 +0100 Subject: [PATCH] increase anti-throttle timeout --- ip_manager/throttle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip_manager/throttle.go b/ip_manager/throttle.go index 173f37d..388f1b6 100644 --- a/ip_manager/throttle.go +++ b/ip_manager/throttle.go @@ -13,7 +13,7 @@ import ( "time" ) -const IPCooldownPeriod = 25 * time.Second +const IPCooldownPeriod = 35 * time.Second const unbanTimeout = 3 * time.Hour var ipv6Pool []string