From cf149e6443867b55f7b4fda3c2becfc65cbeedc3 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 18 Mar 2022 23:37:11 +0100 Subject: [PATCH] ack handling --- serverCommunication/serverCommunication.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverCommunication/serverCommunication.go b/serverCommunication/serverCommunication.go index e37db4a..fa24655 100644 --- a/serverCommunication/serverCommunication.go +++ b/serverCommunication/serverCommunication.go @@ -28,7 +28,7 @@ func getClientByDest(dest int, uuid string) (*structs.WebClient, *structs.Minecr */ func AckHandler() { - ticker := time.NewTicker(1 * time.Second) // 20 * time.Millisecond + ticker := time.NewTicker(5 * time.Second) // 20 * time.Millisecond for _ = range ticker.C { currentTime := time.Now()