feat: add priority fixed

This commit is contained in:
2026-06-19 21:36:07 +03:30
parent 32f0406e63
commit cf043e2a19
3 changed files with 16 additions and 7 deletions
+1
View File
@@ -123,6 +123,7 @@ func testHub() *Hub {
hub.matchWait = 300 * time.Millisecond
hub.trickHold = 5 * time.Millisecond
hub.firstHandDelay = 0
hub.dealDelay = 0
hub.countdownDelay = 20 * time.Millisecond
go hub.Run()
return hub