From 739e11e1ee48ab07414b2bea091470f4563e0598 Mon Sep 17 00:00:00 2001 From: Juan Font Date: Fri, 12 Aug 2022 09:02:58 +0200 Subject: [PATCH] Update api.go Co-authored-by: Kristoffer Dalby --- api.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api.go b/api.go index dcccea3..ec89e89 100644 --- a/api.go +++ b/api.go @@ -21,7 +21,8 @@ import ( ) const ( - registrationHoldoff = time.Second * 5 // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed + // TODO(juan): remove this once https://github.com/juanfont/headscale/issues/727 is fixed + registrationHoldoff = time.Second * 5 reservedResponseHeaderSize = 4 RegisterMethodAuthKey = "authkey" RegisterMethodOIDC = "oidc"