feat: add time for heart beat

This commit is contained in:
2026-06-19 02:29:00 +03:30
parent 0827858752
commit 32f0406e63
4 changed files with 38 additions and 23 deletions
+1
View File
@@ -122,6 +122,7 @@ func testHub() *Hub {
hub.botDelay = 8 * time.Millisecond
hub.matchWait = 300 * time.Millisecond
hub.trickHold = 5 * time.Millisecond
hub.firstHandDelay = 0
hub.countdownDelay = 20 * time.Millisecond
go hub.Run()
return hub