diff --git a/serverCommunication/serverCommunication.go b/serverCommunication/serverCommunication.go index c191e81..b1de25e 100644 --- a/serverCommunication/serverCommunication.go +++ b/serverCommunication/serverCommunication.go @@ -27,7 +27,7 @@ func getClientByDest(dest int, uuid string) (*structs.WebClient, *structs.Minecr */ func AckHandler() { - ticker := time.NewTicker(20 * time.Millisecond) // 20 * time.Millisecond + ticker := time.NewTicker(3 * time.Second) // 20 * time.Millisecond for _ = range ticker.C { currentTime := time.Now()