changed the way sent and received messages are stored

master
Alex 2022-03-18 23:36:04 +01:00
parent 65c153de61
commit fa515e639d
1 changed files with 1 additions and 1 deletions

View File

@ -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()