ensure that messages are received through ack

master
Alex 2022-01-31 19:30:18 +01:00
parent 43d3987744
commit 869915a92f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func getClientByDest(dest int, uuid string) (*structs.WebClient, *structs.Minecr
*/
func AckHandler() {
ticker := time.NewTicker(5 * time.Second) // 20 * time.Millisecond
ticker := time.NewTicker(20 * time.Millisecond) // 20 * time.Millisecond
for _ = range ticker.C {
currentTime := time.Now()