diff --git a/serverCommunication/serverCommunication.go b/serverCommunication/serverCommunication.go index e5976c2..e37db4a 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(3 * time.Second) // 20 * time.Millisecond + ticker := time.NewTicker(1 * time.Second) // 20 * time.Millisecond for _ = range ticker.C { currentTime := time.Now()